]> git.wh0rd.org Git - tt-rss.git/commitdiff
backend.php: bump required schema version
authorAndrew Dolgov <fox@madoka.spb.ru>
Sun, 26 Feb 2006 06:42:27 +0000 (07:42 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sun, 26 Feb 2006 06:42:27 +0000 (07:42 +0100)
backend.php

index 91506880f98022e51d727a7f945e8268e31cd012..9673174fee9b98917ee84dfe844573bba209f471 100644 (file)
@@ -32,7 +32,7 @@
                exit;
        }
 
-       define('SCHEMA_VERSION', 5);
+       define('SCHEMA_VERSION', 6);
 
        require_once "sanity_check.php";
        require_once "config.php";