no log: added autorollback to postgresql

pull/2078/head
Marian Moravcik 1 year ago
parent 051d37f96e
commit fefec202d1

@ -41,6 +41,7 @@ if postgresql:
host=settings.postgresql.host,
port=settings.postgresql.port,
autocommit=True,
autorollback=True,
autoconnect=True,
)
migrator = PostgresqlMigrator(database)

Loading…
Cancel
Save