Remove pragma count_changes, which is deprecated.

This commit is contained in:
voussoir 2022-03-15 13:45:01 -07:00
parent b53bfc5014
commit 59eddb9d07
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

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