Fix pretix schema migration issue
Fixes django.db.migrations.exceptions.MigrationSchemaMissing
This commit is contained in:
parent
303843e3dc
commit
d27d488dba
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ in
|
|||
CREATE ROLE ${postgresql.user} WITH LOGIN PASSWORD '${postgresql.password}' CREATEDB;
|
||||
CREATE DATABASE ${postgresql.database};
|
||||
GRANT ALL PRIVILEGES ON DATABASE ${postgresql.database} TO ${postgresql.user};
|
||||
ALTER DATABASE ${postgresql.database} OWNER TO ${postgresql.user};
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue