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