From 567810362c08bb66a81435a9280d34efec9a628f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Nov 2010 12:56:21 +0300 Subject: schema: add ttrss_feeds.order_id --- 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 7e792f379..4b77e92bb 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 20); - define('SCHEMA_VERSION', 74); + define('SCHEMA_VERSION', 75); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3