From bc8a951242d82c41f86c0b6268f511b8f8be0eb1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2006 07:42:27 +0100 Subject: [PATCH] backend.php: bump required schema version --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 91506880..9673174f 100644 --- a/backend.php +++ b/backend.php @@ -32,7 +32,7 @@ exit; } - define('SCHEMA_VERSION', 5); + define('SCHEMA_VERSION', 6); require_once "sanity_check.php"; require_once "config.php"; -- 2.39.5