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