summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
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 3f8427f4c..670ea4b59 100644
--- a/backend.php
+++ b/backend.php
@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
- define('SCHEMA_VERSION', 9);
+ define('SCHEMA_VERSION', 10);
require_once "sanity_check.php";
require_once "config.php";