zitadel/cmd/initialise/sql/cockroach/02_database.sql
Tim Zook 302b4b90d4
fix(init): correct quoting of database and user (#6928)
* fix(init): correct quoting

* quote username in logstore migration

---------

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-12-03 08:30:08 +00:00

2 lines
84 B
SQL

-- replace %[1]s with the name of the database
CREATE DATABASE IF NOT EXISTS "%[1]s"