mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 07:03:59 +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)
|
||
|
|
;
|