mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 12:58:00 +00:00
6 lines
106 B
MySQL
6 lines
106 B
MySQL
|
delete from cache.string_keys k
|
||
|
where k.cache_name = $1
|
||
|
and k.index_id = $2
|
||
|
and k.index_key = any($3)
|
||
|
;
|