mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
CREATE SCHEMA IF NOT EXISTS eventstore;
|
||
|
|
||
|
GRANT ALL ON ALL TABLES IN SCHEMA eventstore TO %[1]s;
|