mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 17:17:25 +00:00
3 lines
87 B
MySQL
3 lines
87 B
MySQL
![]() |
CREATE SCHEMA IF NOT EXISTS system;
|
||
|
|
||
|
GRANT ALL ON ALL TABLES IN SCHEMA system TO %[1]s;
|