Skip to content

Commit 6797bef

Browse files
committed
finished creating and fetching tags. still need edit and delete operations
1 parent 20b215a commit 6797bef

File tree

19 files changed

+3002
-38
lines changed

19 files changed

+3002
-38
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `tags` ADD `createdBy` integer REFERENCES users(id);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE `tags` ADD `created_by` text REFERENCES users(id);--> statement-breakpoint
2+
ALTER TABLE `tags` DROP COLUMN `createdBy`;

0 commit comments

Comments
 (0)