summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 08:54:05 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 08:54:05 +0100
commitceccbe90dabfdd2d317c3015a389565d5f8d788e (patch)
tree4be99ff3e8b49f504e1d4d8fd5dade40deee820a /backend.php
parent96527ac6594b82c09b8df21830673996a1027266 (diff)
bump expected schema version
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 0d66052e8..34ec1bcf2 100644
--- a/backend.php
+++ b/backend.php
@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
- define('SCHEMA_VERSION', 10);
+ define('SCHEMA_VERSION', 11);
require_once "sanity_check.php";
require_once "config.php";