fix: add notNull constraints to playability fields

This commit is contained in:
2026-04-30 19:04:02 +08:00
parent d21e83897f
commit 33b0198506
6 changed files with 1848 additions and 5 deletions
+4
View File
@@ -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
+7
View File
@@ -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
}
]
}