]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
bump schema version
[tt-rss.git] / backend.php
index 067995b860e750f3586d729addf4d88fdaf25ad8..626df1d064aeb8c034d75dba85042d4e74845e50 100644 (file)
@@ -28,7 +28,7 @@
                exit;
        }
 
-       define('SCHEMA_VERSION', 3);
+       define('SCHEMA_VERSION', 4);
 
        require_once "sanity_check.php";
        require_once "config.php";