mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
302b4b90d4
* fix(init): correct quoting * quote username in logstore migration --------- Co-authored-by: Silvan <silvan.reusser@gmail.com>
3 lines
129 B
SQL
3 lines
129 B
SQL
-- replace the first %[1]s with the database
|
|
-- replace the second \%[2]s with the user
|
|
GRANT ALL ON DATABASE "%[1]s" TO "%[2]s"; |