mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
302b4b90d4
* fix(init): correct quoting * quote username in logstore migration --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
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";
|