From 109662e12f858bf067f14a37942a1106c900b527 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Apr 2011 20:05:10 +0400 Subject: feedbrowser_cache & linked feeds: add site url (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 9e4168b36..7d040e54c 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 22); - define('SCHEMA_VERSION', 84); + define('SCHEMA_VERSION', 85); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3