fix: add notNull constraints to playability fields
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE "game_platform_support" ALTER COLUMN "playability_status" SET NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "game_platform_support" ALTER COLUMN "playability_override" SET NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "games" ALTER COLUMN "playability_status" SET NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "games" ALTER COLUMN "playability_override" SET NOT NULL;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -127,6 +127,13 @@
|
||||
"when": 1777546553489,
|
||||
"tag": "0017_polite_speed_demon",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 18,
|
||||
"version": "7",
|
||||
"when": 1777547028555,
|
||||
"tag": "0018_slimy_proemial_gods",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user