mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
no log: added autorollback to postgresql
This commit is contained in:
parent
051d37f96e
commit
fefec202d1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ if postgresql:
|
|||
host=settings.postgresql.host,
|
||||
port=settings.postgresql.port,
|
||||
autocommit=True,
|
||||
autorollback=True,
|
||||
autoconnect=True,
|
||||
)
|
||||
migrator = PostgresqlMigrator(database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue