This commit is contained in:
Jonathan Jogenfors
2024-02-20 09:29:09 +01:00
parent 739bba5344
commit feb33b768a
18 changed files with 94 additions and 311 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