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