mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-28 00:53:41 +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;
|