From ec0bf50490c7f7fb38fcf4402ac1ffaa04b8ba61 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 15 Mar 2022 13:52:43 -0700 Subject: [PATCH] Remove pragma count_changes, which is deprecated. --- ycdl/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ycdl/constants.py b/ycdl/constants.py index 7162be0..42ea863 100644 --- a/ycdl/constants.py +++ b/ycdl/constants.py @@ -6,7 +6,6 @@ PRAGMA user_version = {DATABASE_VERSION}; ''' DB_PRAGMAS = f''' -PRAGMA count_changes = OFF; PRAGMA cache_size = 10000; '''