chore: no sql generation for queries with side effects (#18301)

no sql generation for queries with side effects
This commit is contained in:
Mert 2025-05-14 23:34:22 -04:00 committed by GitHub
parent 6a4d21205f
commit 709a7b70aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 48 additions and 167 deletions

View file

@ -14,8 +14,3 @@ order by
"audit"."entityId" desc,
"audit"."entityType" desc,
"audit"."createdAt" desc
-- AuditRepository.removeBefore
delete from "audit"
where
"createdAt" < $1