diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 07:42:27 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 07:42:27 +0100 |
| commit | bc8a951242d82c41f86c0b6268f511b8f8be0eb1 (patch) | |
| tree | ca84616273c08b60b0c9f39815dfdc3394bce7b6 | |
| parent | 4bc760da51ebb36a13edf8b34d3efee0276abaf6 (diff) | |
backend.php: bump required schema version
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 91506880f..9673174fe 100644 --- a/backend.php +++ b/backend.php @@ -32,7 +32,7 @@ exit; } - define('SCHEMA_VERSION', 5); + define('SCHEMA_VERSION', 6); require_once "sanity_check.php"; require_once "config.php"; |