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 --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 264c00001..f0078888d 100644 --- a/backend.php +++ b/backend.php @@ -28,7 +28,7 @@ exit; } - define('SCHEMA_VERSION', 2); + define('SCHEMA_VERSION', 3); require_once "sanity_check.php"; require_once "config.php"; -- cgit v1.2.3-54-g00ecf