Files
zitadel/apps/api/cmd/initialise/sql/03_grant_user.sql
2025-08-05 15:20:32 -07:00

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";