mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-26 14:46:33 +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 1c7c6304ae.
* 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
|