mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 04:18:01 +00:00
3 lines
97 B
MySQL
3 lines
97 B
MySQL
|
CREATE SCHEMA IF NOT EXISTS projections;
|
||
|
|
||
|
GRANT ALL ON ALL TABLES IN SCHEMA projections TO %[1]s;
|