From 9382ca847f6a6be7458b07ed3accc9e4ddb6bd31 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Mar 2011 11:54:44 +0400 Subject: add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs --- 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 96f4e839c..3b9de3478 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 21); - define('SCHEMA_VERSION', 82); + define('SCHEMA_VERSION', 83); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf