summaryrefslogtreecommitdiff
path: root/xml-import.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
committerAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
commit49756fc36cd7014459c8c29e83d77dd327627c01 (patch)
tree78b88e0064a7bfb684c5b5d4688e8d24f34c07c1 /xml-import.php
parent5c563acde0aaf711ecde3755ab3dfb0d94373d1f (diff)
bump schema version
Diffstat (limited to 'xml-import.php')
-rw-r--r--xml-import.php4
1 files changed, 2 insertions, 2 deletions
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);