From 25ea280502fbb0fb7fc51f355df8fc644dfc994d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Oct 2010 12:05:20 +0400 Subject: add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema) --- 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 b0d7477c7..363c22661 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 19); - define('SCHEMA_VERSION', 66); + define('SCHEMA_VERSION', 67); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3