summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-30 16:34:45 +0400
committerAndrew Dolgov <[email protected]>2012-01-30 16:34:45 +0400
commit61c1812f29dc76e93107b65dea80fde260269e8d (patch)
treeb87934bbc3be918590daafe959d149d846892ff7 /include/sanity_check.php
parent33f0fdd0a21ca7999e2d9d1a8db438711e518587 (diff)
implement preferred time for sending out digests
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 1cd2873df..d1b2873ca 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
- define('SCHEMA_VERSION', 88);
+ define('SCHEMA_VERSION', 89);
require_once "config.php";
require_once "sanity_config.php";