From 49756fc36cd7014459c8c29e83d77dd327627c01 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Dec 2005 19:08:59 +0100 Subject: bump schema version --- xml-import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xml-import.php') diff --git a/xml-import.php b/xml-import.php index 69ed53c47..b2c9d21bf 100644 --- a/xml-import.php +++ b/xml-import.php @@ -5,8 +5,8 @@ require_once "functions.php"; require_once "db.php"; - define('MAX_SOURCE_SCHEMA_VERSION', 2); - define('TARGET_SCHEMA_VERSION', 2); + define('MAX_SOURCE_SCHEMA_VERSION', 3); + define('TARGET_SCHEMA_VERSION', 3); $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); -- cgit v1.2.3