summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";