diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-11-16 10:09:49 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-11-16 10:09:49 +0000 |
| commit | f6584b853fcf6dd79b03095a7a4465e433ff4633 (patch) | |
| tree | dc58131c60a2ec29bef58ca5331a7f46e7d9da3d /admin | |
| parent | 76238595e7217e9314495b7515e96163a5bd4ae7 (diff) | |
| download | wiki-f6584b853fcf6dd79b03095a7a4465e433ff4633.tar.gz wiki-f6584b853fcf6dd79b03095a7a4465e433ff4633.tar.bz2 wiki-f6584b853fcf6dd79b03095a7a4465e433ff4633.zip | |
be a bit more specific about what the upgrade does
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrades/1.0.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upgrades/1.0.0.php b/admin/upgrades/1.0.0.php index 3eaa535..28a9f5f 100644 --- a/admin/upgrades/1.0.0.php +++ b/admin/upgrades/1.0.0.php @@ -7,7 +7,7 @@ global $gBitInstaller; $infoHash = array( 'package' => WIKI_PKG_NAME, 'version' => str_replace( '.php', '', basename( __FILE__ )), - 'description' => "Minor fix to table column type.", + 'description' => "Minor fix to user_id column type in wiki_footnotes.", 'post_upgrade' => NULL, ); |
