mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-03 13:37:52 +00:00
4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
CREATE SCHEMA IF NOT EXISTS logstore;
|
||
|
|
||
|
GRANT ALL ON ALL TABLES IN SCHEMA logstore TO %[1]s;
|