mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 18:03:40 +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)
|
||
|
;
|