summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-27 12:52:33 +0400
committerAndrew Dolgov <[email protected]>2011-12-27 12:57:38 +0400
commitba975b2ec7d20d1e841b1f9fdc1a571317aca3eb (patch)
tree4c80af67216087197bc077b4564ada5b327626c4 /include/sanity_check.php
parentb69a09ea07041c23e7a7add2fed6c03cb989174b (diff)
implement filtering by category (closes #386)
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 8115b7be5..c12c09334 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 86);
+ define('SCHEMA_VERSION', 87);
require_once "config.php";
require_once "sanity_config.php";