From c59d33a3a8e5b2aab15f893727227cc1e3bea212 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 09:56:26 +0100 Subject: fix 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 81d969364..74dca1160 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 7); - define('SCHEMA_VERSION', 18); + define('SCHEMA_VERSION', 19); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3