backend.php: bump required schema version
This commit is contained in:
parent
4bc760da51
commit
bc8a951242
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
exit;
|
||||
}
|
||||
|
||||
define('SCHEMA_VERSION', 5);
|
||||
define('SCHEMA_VERSION', 6);
|
||||
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
|
|
Loading…
Reference in a new issue