fixing createdb

This commit is contained in:
Cayo Puigdefabregas 2021-02-12 16:18:51 +01:00
parent b05481c662
commit e5ca77f018

View file

@ -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;