chore: make sql

This commit is contained in:
Jonathan Jogenfors
2024-02-21 14:15:48 +01:00
parent ab3b2d8d7d
commit 084e788c50
10 changed files with 168 additions and 92 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ FROM
"move_history" "MoveEntity"
WHERE
(
"MoveEntity"."entityId" = $1
AND "MoveEntity"."pathType" = $2
("MoveEntity"."entityId" = $1)
AND ("MoveEntity"."pathType" = $2)
)
LIMIT
1