mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 05:57:36 +00:00
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>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
-- replace %[1]s with the name of the database
|
||||
CREATE DATABASE IF NOT EXISTS %[1]s
|
||||
CREATE DATABASE IF NOT EXISTS "%[1]s"
|
Reference in New Issue
Block a user