diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-02-12 06:27:08 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-02-12 06:27:08 +0100 |
| commit | 75a241b95d61d6b33bae764e0f05bc908893ce39 (patch) | |
| tree | 2dea4753634169324a5dc11e6c9ef5aafa6d34d7 | |
| parent | baf79bb1b710d54acd70dda9048629094386ac65 (diff) | |
bump SCHEMA_VERSION in backend.php
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index f7dd6d178..7ea6f875c 100644 --- a/backend.php +++ b/backend.php @@ -28,7 +28,7 @@ exit; } - define('SCHEMA_VERSION', 4); + define('SCHEMA_VERSION', 5); require_once "sanity_check.php"; require_once "config.php"; |