From 16857aa0397727676a4272e4ebc050cf3a4c2275 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Dec 2009 17:23:19 +0300 Subject: update schema version requirement --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity_check.php b/sanity_check.php index 281880984..b8384a61a 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 18); - define('SCHEMA_VERSION', 59); + define('SCHEMA_VERSION', 60); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3