From: Andrew Dolgov Date: Sun, 26 Feb 2006 06:42:27 +0000 (+0100) Subject: backend.php: bump required schema version X-Git-Tag: schema_freeze_for_1.1.4~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bc8a951242d82c41f86c0b6268f511b8f8be0eb1;p=tt-rss.git backend.php: bump required schema version --- diff --git a/backend.php b/backend.php index 91506880..9673174f 100644 --- a/backend.php +++ b/backend.php @@ -32,7 +32,7 @@ exit; } - define('SCHEMA_VERSION', 5); + define('SCHEMA_VERSION', 6); require_once "sanity_check.php"; require_once "config.php";