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