fixing createdb
This commit is contained in:
parent
b05481c662
commit
e5ca77f018
|
@ -1,3 +1,4 @@
|
|||
create database orchestra;
|
||||
CREATE USER orchestra WITH PASSWORD 'orchestra';
|
||||
GRANT ALL PRIVILEGES ON DATABASE orchestra TO orchestra;
|
||||
ALTER ROLE orchestra CREATEDB;
|
||||
|
|
Loading…
Reference in New Issue