mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-09 11:04:35 +00:00

* fix: enable env vars in setup steps (and deprecate admin subcommand) * fix tests and error text
3 lines
124 B
SQL
3 lines
124 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 |