🐜 fix(db): Make controller_support an enum

This commit is contained in:
Wanjohi
2025-05-11 03:58:30 +03:00
parent 6051e11921
commit 82dfd6506d
7 changed files with 1282 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
CREATE TYPE "public"."controller_support" AS ENUM('full', 'unknown');--> statement-breakpoint
ALTER TABLE "base_games" ALTER COLUMN "controller_support" SET DATA TYPE controller_support;--> statement-breakpoint
ALTER TABLE "base_games" ALTER COLUMN "controller_support" SET NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@@ -92,6 +92,13 @@
"when": 1746905730079,
"tag": "0012_glorious_jetstream",
"breakpoints": true
},
{
"idx": 13,
"version": "7",
"when": 1746925065142,
"tag": "0013_neat_colleen_wing",
"breakpoints": true
}
]
}