summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 19:03:24 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 19:03:24 +0100
commit41765fef9b2db10afec646fa486111d0c01aa64c (patch)
tree462e60a5b221c064eeba35f70a509dd951c877d5 /backend.php
parent3b0027a4be16eb2d504b0ca56affbd1d86491ec8 (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 067995b86..626df1d06 100644
--- a/backend.php
+++ b/backend.php
@@ -28,7 +28,7 @@
exit;
}
- define('SCHEMA_VERSION', 3);
+ define('SCHEMA_VERSION', 4);
require_once "sanity_check.php";
require_once "config.php";