summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
committerAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
commit49756fc36cd7014459c8c29e83d77dd327627c01 (patch)
tree78b88e0064a7bfb684c5b5d4688e8d24f34c07c1 /backend.php
parent5c563acde0aaf711ecde3755ab3dfb0d94373d1f (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 264c00001..f0078888d 100644
--- a/backend.php
+++ b/backend.php
@@ -28,7 +28,7 @@
exit;
}
- define('SCHEMA_VERSION', 2);
+ define('SCHEMA_VERSION', 3);
require_once "sanity_check.php";
require_once "config.php";