django-orchestra-test/examples/createdb.sql

4 lines
133 B
SQL

create database orchestra;
CREATE USER orchestra WITH PASSWORD 'orchestra';
GRANT ALL PRIVILEGES ON DATABASE orchestra TO orchestra;