From 3c50da8334f5c7d09c531b14d14d26d7309ddeb0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2008 09:44:50 +0100 Subject: schema: add ttrss_feeds.last_update_started, bump version --- 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 27698b7e6..2dfa75a83 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 14); - define('SCHEMA_VERSION', 29); + define('SCHEMA_VERSION', 30); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3