From f574fec6a6cd32f8c1582399cb4796974327df96 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 May 2009 23:32:16 +0400 Subject: workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table) --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 51dc1b5f8..ab4e29b3a 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 18); - define('SCHEMA_VERSION', 55); + define('SCHEMA_VERSION', 56); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf