From: Andrew Dolgov Date: Mon, 28 Dec 2009 14:23:19 +0000 (+0300) Subject: update schema version requirement X-Git-Tag: 1.4.0~132 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=16857aa0397727676a4272e4ebc050cf3a4c2275;p=tt-rss.git update schema version requirement --- diff --git a/sanity_check.php b/sanity_check.php index 28188098..b8384a61 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 18); - define('SCHEMA_VERSION', 59); + define('SCHEMA_VERSION', 60); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy