mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: no sql generation for queries with side effects (#18301)
no sql generation for queries with side effects
This commit is contained in:
parent
6a4d21205f
commit
709a7b70aa
20 changed files with 48 additions and 167 deletions
|
|
@ -14,8 +14,3 @@ order by
|
|||
"audit"."entityId" desc,
|
||||
"audit"."entityType" desc,
|
||||
"audit"."createdAt" desc
|
||||
|
||||
-- AuditRepository.removeBefore
|
||||
delete from "audit"
|
||||
where
|
||||
"createdAt" < $1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue