summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/db/post.sql1
-rw-r--r--sources/db/post_indexes.sql1
-rw-r--r--sources/db/post_similar_keys.sql1
-rw-r--r--sources/master/search.sql1
4 files changed, 0 insertions, 4 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;
diff --git a/sources/master/search.sql b/sources/master/search.sql
index 9792eba..7cc8643 100644
--- a/sources/master/search.sql
+++ b/sources/master/search.sql
@@ -10,7 +10,6 @@
PRAGMA journal_mode = OFF;
PRAGMA synchronous = OFF;
-PRAGMA count_changes = OFF;
PRAGMA temp_store = MEMORY;
PRAGMA cache_size = 5000000;