From 59eddb9d07c3e0d9240cf58b6f5d7292a35d34dc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 15 Mar 2022 13:45:01 -0700 Subject: [PATCH] Remove pragma count_changes, which is deprecated. --- etiquette/constants.py | 1 - 1 file changed, 1 deletion(-) 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; '''