backend.php: bump required schema version

master
Andrew Dolgov 19 years ago
parent 4bc760da51
commit bc8a951242

@ -32,7 +32,7 @@
exit;
}
define('SCHEMA_VERSION', 5);
define('SCHEMA_VERSION', 6);
require_once "sanity_check.php";
require_once "config.php";

Loading…
Cancel
Save