summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 16:09:05 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 16:09:05 +0100
commite2a8a097bd2ffa7fbad4382d482e1c17844f7908 (patch)
treea2cd397a0fbc5686a596ad8e519cb920c4d0cae7 /backend.php
parent4803eed2b93bbaf1a1b42c14bd5d2b53d5a9f2ae (diff)
bump 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 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";