mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 03:37:46 +00:00
1 line
77 B
SQL
1 line
77 B
SQL
CREATE DATABASE IF NOT EXISTS {{ .DatabaseName }} WITH OWNER {{ .Username }}; |