Finally finished the massive refactor... transitions still broke but it's fine for now.
This commit is contained in:
1
private/database/queries/format/AddFormat.sql
Normal file
1
private/database/queries/format/AddFormat.sql
Normal file
@ -0,0 +1 @@
|
||||
INSERT INTO "Formats" ("name", "gameId") VALUES (${name}, ${gameId}) RETURNING *;
|
1
private/database/queries/format/GetFormatsByGame.sql
Normal file
1
private/database/queries/format/GetFormatsByGame.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT * FROM "Formats" WHERE "gameId"=${gameId};
|
Reference in New Issue
Block a user