mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 12:27:59 +00:00
8 lines
233 B
Cheetah
8 lines
233 B
Cheetah
|
create unlogged table if not exists cache.objects_{{ . }}
|
||
|
partition of cache.objects
|
||
|
for values in ('{{ . }}');
|
||
|
|
||
|
create unlogged table if not exists cache.string_keys_{{ . }}
|
||
|
partition of cache.string_keys
|
||
|
for values in ('{{ . }}');
|