mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 15:27:33 +00:00
6 lines
106 B
SQL
6 lines
106 B
SQL
delete from cache.string_keys k
|
|
where k.cache_name = $1
|
|
and k.index_id = $2
|
|
and k.index_key = any($3)
|
|
;
|