mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +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;
|