From b60e1d862c6e4637e1d2bbfb1fb0c606552656e7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Aug 2007 05:48:27 +0100 Subject: add index on ttrss_entries(date_entered), 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 6b896fc40..33b433d0b 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 9); - define('SCHEMA_VERSION', 21); + define('SCHEMA_VERSION', 22); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3