]> git.wh0rd.org - tt-rss.git/commitdiff
bump SCHEMA_VERSION in backend.php
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 05:27:08 +0000 (06:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 05:27:08 +0000 (06:27 +0100)
backend.php

index f7dd6d178abda240745392a1f7a7efbadcc764c6..7ea6f875c8b4ae075e4625b228b5f8dbf5c2ebaa 100644 (file)
@@ -28,7 +28,7 @@
                exit;
        }
 
-       define('SCHEMA_VERSION', 4);
+       define('SCHEMA_VERSION', 5);
 
        require_once "sanity_check.php";
        require_once "config.php";