summaryrefslogtreecommitdiff
path: root/sources/db
diff options
context:
space:
mode:
Diffstat (limited to 'sources/db')
-rw-r--r--sources/db/post.sql1
-rw-r--r--sources/db/post_indexes.sql1
-rw-r--r--sources/db/post_similar_keys.sql1
3 files changed, 0 insertions, 3 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;
diff --git a/sources/db/post_indexes.sql b/sources/db/post_indexes.sql
index 768b7f3..3f53ea5 100644
--- a/sources/db/post_indexes.sql
+++ b/sources/db/post_indexes.sql
@@ -8,7 +8,6 @@
PRAGMA journal_mode = OFF;
PRAGMA synchronous = OFF;
-PRAGMA count_changes = OFF;
PRAGMA temp_store = MEMORY;
PRAGMA cache_size = 5000000;
diff --git a/sources/db/post_similar_keys.sql b/sources/db/post_similar_keys.sql
index 8ab9ecc..03b000b 100644
--- a/sources/db/post_similar_keys.sql
+++ b/sources/db/post_similar_keys.sql
@@ -8,7 +8,6 @@
PRAGMA journal_mode = OFF;
PRAGMA synchronous = OFF;
-PRAGMA count_changes = OFF;
PRAGMA temp_store = MEMORY;
PRAGMA cache_size = 5000000;