mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-17 16:35:14 -05:00
* fix(init): correct quoting * quote username in logstore migration --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
3 lines
99 B
SQL
3 lines
99 B
SQL
CREATE SCHEMA IF NOT EXISTS projections;
|
|
|
|
GRANT ALL ON ALL TABLES IN SCHEMA projections TO "%[1]s"; |