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
0cc548e3f8
zitadel
/
cmd
/
initialise
/
sql
/
01_user.sql
3 lines
78 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
CREATE
USER
%
[
1
]
s
WITH
PASSWORD
$
1
Reference in New Issue
Copy Permalink