backend.php: bump required schema version

This commit is contained in:
Andrew Dolgov 2006-02-26 07:42:27 +01:00
parent 4bc760da51
commit bc8a951242

View file

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