Remove pragma count_changes, which is deprecated.
This commit is contained in:
parent
bad5ed0355
commit
ec0bf50490
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ PRAGMA user_version = {DATABASE_VERSION};
|
|||
'''
|
||||
|
||||
DB_PRAGMAS = f'''
|
||||
PRAGMA count_changes = OFF;
|
||||
PRAGMA cache_size = 10000;
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue