Add name and date columns to sharedAdventures table and display them in shared adventure page

This commit is contained in:
Sean Morley
2024-04-11 22:21:09 +00:00
parent 167080441a
commit a6c3738c48
7 changed files with 241 additions and 3 deletions

View 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;