From 4d73637869e2e9d3adf4e7d9dc327a41bd071eb9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 13 Oct 2008 14:10:31 +0100 Subject: schema: add ttrss_counters_cache --- 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 5d2f391de..30ed6ff24 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 17); - define('SCHEMA_VERSION', 43); + define('SCHEMA_VERSION', 44); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf