From 490c366d39126d8abab29547e8dd983ee254e859 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Nov 2010 22:41:13 +0300 Subject: add tag cache for user_entries (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 b5432199e..20ef276c0 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', 71); + define('SCHEMA_VERSION', 72); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf