mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 13:17:35 +00:00
4 lines
54 B
SQL
4 lines
54 B
SQL
delete from cache.objects o
|
|
where o.cache_name = $1
|
|
;
|