diff --git a/backend.php b/backend.php index 0d66052e8..34ec1bcf2 100644 --- a/backend.php +++ b/backend.php @@ -16,7 +16,7 @@ $op = $_REQUEST["op"]; - define('SCHEMA_VERSION', 10); + define('SCHEMA_VERSION', 11); require_once "sanity_check.php"; require_once "config.php";