]> git.wh0rd.org Git - tt-rss.git/commitdiff
update schema version requirement
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 28 Dec 2009 14:23:19 +0000 (17:23 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 28 Dec 2009 14:23:19 +0000 (17:23 +0300)
sanity_check.php

index 2818809847798d0b16f05f5c28bccb73b4e35164..b8384a61a834fd3c52e6b1cae16600f1981688b5 100644 (file)
@@ -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 "<b>Fatal Error</b>: You forgot to copy