Finally finished the massive refactor... transitions still broke but it's fine for now.
This commit is contained in:
1
private/database/queries/season/GetSeasonById.sql
Normal file
1
private/database/queries/season/GetSeasonById.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT * FROM "Season" WHERE id = ${id} LIMIT 1;
|
Reference in New Issue
Block a user