From 43398b8e436a01b921562609a08336fc53f71b79 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Mar 2008 09:18:21 +0100 Subject: remove limit on ttrss_feeds.feed_url length (closes #199) --- 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 47d12f98d..3dc6eaaf7 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 15); - define('SCHEMA_VERSION', 33); + define('SCHEMA_VERSION', 34); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3