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