This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
zitadel
Watch
1
Star
0
Fork
0
You've already forked zitadel
mirror of
https://github.com/zitadel/zitadel.git
synced
2024-12-15 12:27:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fdad7b8f4
zitadel
/
cmd
/
initialise
/
sql
/
cockroach
/
01_user.sql
2 lines
76 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: compatibility for cockroach v22.1 (#3754) * fix: compatability for cockroach v22.1 * update cr version in docs and compose * bind dev cockroach to 127.0.0.1 * Revert "bind dev cockroach to 127.0.0.1" This reverts commit 1c7c6304ae6682801f8475a8eac91569442b6b8d. * remove --listen-addr flag * use v2.0.0-v2-alpha.16 * use v2.0.0-v2-alpha.17 Co-authored-by: Elio Bischof <eliobischof@gmail.com>
2022-06-01 09:41:01 +00:00
-- replace %[1]s with the name of the user
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
CREATE
USER
IF
NOT
EXISTS
"
%[1]s
"
Reference in New Issue
Copy Permalink