summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 07:22:31 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 07:22:31 +0100
commit72ae6d7a8456905e9bf7b077494f4e8d40a8cae8 (patch)
treeb09aa64ea5504f43468264f8127cf380af1cfbe5 /backend.php
parentfb416877618429272c5b2703473a6463a2653976 (diff)
new pref: CDM_AUTO_CATCHUP, bump schema
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 03f90e2e1..b15101fdd 100644
--- a/backend.php
+++ b/backend.php
@@ -12,7 +12,7 @@
error_reporting(DEFAULT_ERROR_LEVEL); */
- define('SCHEMA_VERSION', 13);
+ define('SCHEMA_VERSION', 14);
require_once "sanity_check.php";
require_once "config.php";