mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +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": {
|
"OPTIONS": {
|
||||||
"transaction_mode": "IMMEDIATE",
|
"transaction_mode": "IMMEDIATE",
|
||||||
"init_command": """
|
"init_command": """
|
||||||
|
PRAGMA legacy_alter_table = OFF;
|
||||||
PRAGMA auto_vacuum = INCREMENTAL;
|
PRAGMA auto_vacuum = INCREMENTAL;
|
||||||
PRAGMA incremental_vacuum(100);
|
PRAGMA incremental_vacuum(100);
|
||||||
""",
|
""",
|
||||||
|
Loading…
Reference in New Issue
Block a user