Remove pragma count_changes, which is deprecated.

This commit is contained in:
voussoir 2022-03-15 13:52:43 -07:00
parent bad5ed0355
commit ec0bf50490
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -6,7 +6,6 @@ PRAGMA user_version = {DATABASE_VERSION};
'''
DB_PRAGMAS = f'''
PRAGMA count_changes = OFF;
PRAGMA cache_size = 10000;
'''