summaryrefslogtreecommitdiff
path: root/sources/db/post.sql
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-03-06 11:29:03 +0100
committerJochen Topf <jochen@topf.org>2015-03-06 11:29:03 +0100
commit75a1deefaea0d94c2ef024bf272c6076447fa444 (patch)
tree2a13cbef1bda3d022732b34cfb4f6029ebf88195 /sources/db/post.sql
parent1030f60092da4ccc7939d6f5333b740b46642cd9 (diff)
downloadtaginfo-75a1deefaea0d94c2ef024bf272c6076447fa444.tar
taginfo-75a1deefaea0d94c2ef024bf272c6076447fa444.tar.gz
Remove deprecated PRAGMA count_changes = OFF;
Diffstat (limited to 'sources/db/post.sql')
-rw-r--r--sources/db/post.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/db/post.sql b/sources/db/post.sql
index 07f5ca0..c321377 100644
--- a/sources/db/post.sql
+++ b/sources/db/post.sql
@@ -8,7 +8,6 @@
PRAGMA journal_mode = OFF;
PRAGMA synchronous = OFF;
-PRAGMA count_changes = OFF;
PRAGMA temp_store = MEMORY;
PRAGMA cache_size = 5000000;