mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:37:34 +00:00
4 lines
94 B
SQL
4 lines
94 B
SQL
CREATE SCHEMA IF NOT EXISTS logstore;
|
|
|
|
GRANT ALL ON ALL TABLES IN SCHEMA logstore TO "%[1]s";
|