From 75a241b95d61d6b33bae764e0f05bc908893ce39 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 06:27:08 +0100 Subject: [PATCH] bump SCHEMA_VERSION in backend.php --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index f7dd6d17..7ea6f875 100644 --- a/backend.php +++ b/backend.php @@ -28,7 +28,7 @@ exit; } - define('SCHEMA_VERSION', 4); + define('SCHEMA_VERSION', 5); require_once "sanity_check.php"; require_once "config.php"; -- 2.39.5