chore: no sql generation for queries with side effects (#18301)
no sql generation for queries with side effects
This commit is contained in:
@@ -15,11 +15,3 @@ from
|
||||
"version_history"
|
||||
order by
|
||||
"createdAt" desc
|
||||
|
||||
-- VersionHistoryRepository.create
|
||||
insert into
|
||||
"version_history" ("version")
|
||||
values
|
||||
($1)
|
||||
returning
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user