mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 06:47:41 +00:00
init configure
This commit is contained in:
1
backend/cmd/prepare/001/sql/001_user.sql
Normal file
1
backend/cmd/prepare/001/sql/001_user.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE USER IF NOT EXISTS {{ .Username}};
|
1
backend/cmd/prepare/001/sql/002_database.sql
Normal file
1
backend/cmd/prepare/001/sql/002_database.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE DATABASE IF NOT EXISTS {{ .DatabaseName }} WITH OWNER {{ .Username }};
|
Reference in New Issue
Block a user