mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-27 16:40:50 +00:00

* 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>
3 lines
78 B
SQL
3 lines
78 B
SQL
-- replace %[1]s with the name of the user
|
|
CREATE USER %[1]s WITH PASSWORD $1
|