diff --git a/etiquette/constants.py b/etiquette/constants.py index 93caeae..08bd6a1 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -48,7 +48,6 @@ PRAGMA user_version = {DATABASE_VERSION}; DB_PRAGMAS = f''' PRAGMA cache_size = 10000; -PRAGMA count_changes = OFF; PRAGMA foreign_keys = ON; '''