diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-29 19:03:24 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-29 19:03:24 +0100 |
| commit | 41765fef9b2db10afec646fa486111d0c01aa64c (patch) | |
| tree | 462e60a5b221c064eeba35f70a509dd951c877d5 /backend.php | |
| parent | 3b0027a4be16eb2d504b0ca56affbd1d86491ec8 (diff) | |
bump schema version
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 067995b86..626df1d06 100644 --- a/backend.php +++ b/backend.php @@ -28,7 +28,7 @@ exit; } - define('SCHEMA_VERSION', 3); + define('SCHEMA_VERSION', 4); require_once "sanity_check.php"; require_once "config.php"; |