Refactor data insertion via Drizzle

This commit is contained in:
Sean Morley
2024-04-26 22:43:13 +00:00
parent 37f050d254
commit 319a99fed2
25 changed files with 1511 additions and 661 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "adventures" ALTER COLUMN "userId" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "adventures" ADD COLUMN "type" text NOT NULL;