summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 05:48:27 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 05:48:27 +0100
commitb60e1d862c6e4637e1d2bbfb1fb0c606552656e7 (patch)
tree5c055f7516b2ecb763e3e19248e9e0731ec04cdc /sanity_check.php
parent75ca19864eceaf5c8c706d16ee11559c548347d1 (diff)
add index on ttrss_entries(date_entered), bump schema
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 6b896fc40..33b433d0b 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 9);
- define('SCHEMA_VERSION', 21);
+ define('SCHEMA_VERSION', 22);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy