summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
committerAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
commitaf0845ca9ab59faa71e7fd913f779b27e0c98645 (patch)
treec62f9fd443cede9ab7bc86d55c66e3d8a7f9aa35 /include/sanity_check.php
parent442456184c23b8da36d6f9e0ac098d4a57c17659 (diff)
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index d77be4201..2bb957827 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 90);
+ define('SCHEMA_VERSION', 91);
require_once "config.php";
require_once "sanity_config.php";