mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 22:46:34 +00:00
Keep legacy_alter_table off
Newer Django will set this for us, but it won't matter if it is disabled twice.
This commit is contained in:
parent
7e872bf8b5
commit
0ab0605d22
@ -49,6 +49,7 @@ else:
|
||||
"OPTIONS": {
|
||||
"transaction_mode": "IMMEDIATE",
|
||||
"init_command": """
|
||||
PRAGMA legacy_alter_table = OFF;
|
||||
PRAGMA auto_vacuum = INCREMENTAL;
|
||||
PRAGMA incremental_vacuum(100);
|
||||
""",
|
||||
|
Loading…
Reference in New Issue
Block a user