summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 07:42:27 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 07:42:27 +0100
commitbc8a951242d82c41f86c0b6268f511b8f8be0eb1 (patch)
treeca84616273c08b60b0c9f39815dfdc3394bce7b6 /backend.php
parent4bc760da51ebb36a13edf8b34d3efee0276abaf6 (diff)
backend.php: bump required 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 91506880f..9673174fe 100644
--- a/backend.php
+++ b/backend.php
@@ -32,7 +32,7 @@
exit;
}
- define('SCHEMA_VERSION', 5);
+ define('SCHEMA_VERSION', 6);
require_once "sanity_check.php";
require_once "config.php";