ActivityType Array for SQL
This commit is contained in:
3
migrations/0002_fine_sabra.sql
Normal file
3
migrations/0002_fine_sabra.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DROP TABLE "featuredAdventures";--> statement-breakpoint
|
||||
ALTER TABLE "adventures" ALTER COLUMN "activityTypes" SET DATA TYPE text[];--> statement-breakpoint
|
||||
ALTER TABLE "adventures" ALTER COLUMN "activityTypes" SET DEFAULT '{}'::text[];
|
||||
Reference in New Issue
Block a user