mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜 fix(db): Make controller_support an enum
This commit is contained in:
@@ -96,7 +96,7 @@ const base_games = table("base_games")
|
||||
size: json<Size>(),
|
||||
description: string(),
|
||||
primary_genre: string(),
|
||||
controller_support: string().optional(),
|
||||
controller_support: enumeration<"full" | "unknown">(),
|
||||
compatibility: enumeration<"high" | "mid" | "low" | "unknown">(),
|
||||
score: number(),
|
||||
...timestamps
|
||||
|
||||
Reference in New Issue
Block a user