Sign in
gerrit
/
plugins
/
gc-conductor
/
618954dc775e4f0cc0fa4869e812c95921e6047c
/
.
/
src
/
test
/
docker
/
postgresql
/
init_setup.sql
blob: 2e0746b5061cd0434c2de411ae2733aeafc8e2f8 [
file
]
CREATE
USER
gc
WITH
PASSWORD
'gc'
;
ALTER
USER
gc CREATEDB
;
CREATE
DATABASE
gc OWNER gc
;
CREATE
USER
root
;
ALTER
USER
root CREATEDB
;
CREATE
DATABASE
root OWNER root
;