Add name and date columns to sharedAdventures table and display them in shared adventure page
This commit is contained in:
2
migrations/0011_heavy_ben_urich.sql
Normal file
2
migrations/0011_heavy_ben_urich.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "sharedAdventures" ADD COLUMN "name" text NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "sharedAdventures" ADD COLUMN "date" text NOT NULL;
|
||||
Reference in New Issue
Block a user