mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:01:38 +00:00
chore: move the go code into a subfolder
This commit is contained in:
5
apps/api/internal/cache/connector/pg/delete.sql
vendored
Normal file
5
apps/api/internal/cache/connector/pg/delete.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
delete from cache.string_keys k
|
||||
where k.cache_name = $1
|
||||
and k.index_id = $2
|
||||
and k.index_key = any($3)
|
||||
;
|
Reference in New Issue
Block a user