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