diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 11:40:41 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-20 11:42:16 +0400 |
| commit | 58fa1bbc00f1e8ba48ea30332d61bbbe99c21398 (patch) | |
| tree | 628718798623d7ee15a21321c4e0f755014013d2 /sanity_check.php | |
| parent | 1ca77e0acd1d283112559cbfb3b3aac1802ffc32 (diff) | |
initial schema work on linked instances and shared feedbrowser
Diffstat (limited to 'sanity_check.php')
| -rw-r--r-- | sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php index ce755f402..9e4168b36 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 22); - define('SCHEMA_VERSION', 83); + define('SCHEMA_VERSION', 84); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |