From: Andrew Dolgov Date: Fri, 29 Sep 2006 07:54:05 +0000 (+0100) Subject: bump expected schema version X-Git-Tag: 1.2.4~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ceccbe90dabfdd2d317c3015a389565d5f8d788e;p=tt-rss.git bump expected schema version --- diff --git a/backend.php b/backend.php index 0d66052e..34ec1bcf 100644 --- a/backend.php +++ b/backend.php @@ -16,7 +16,7 @@ $op = $_REQUEST["op"]; - define('SCHEMA_VERSION', 10); + define('SCHEMA_VERSION', 11); require_once "sanity_check.php"; require_once "config.php";