diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2008-08-15 01:29:47 +0200 |
commit | 370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch) | |
tree | 491674f4c242e4d6ba0d04eafa305174c35a3391 /maintenance/upgrade1_5.php | |
parent | f4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff) |
Update auf 1.13.0
Diffstat (limited to 'maintenance/upgrade1_5.php')
-rw-r--r-- | maintenance/upgrade1_5.php | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/maintenance/upgrade1_5.php b/maintenance/upgrade1_5.php index 1c939a9b..dd4acaae 100644 --- a/maintenance/upgrade1_5.php +++ b/maintenance/upgrade1_5.php @@ -1,16 +1,17 @@ <?php - -// Alternate 1.4 -> 1.5 schema upgrade -// This does only the main tables + UTF-8 -// and is designed to allow upgrades to interleave -// with other updates on the replication stream so -// that large wikis can be upgraded without disrupting -// other services. -// -// Note: this script DOES NOT apply every update, nor -// will it probably handle much older versions, etc. -// Run this, FOLLOWED BY update.php, for upgrading -// from 1.4.5 release to 1.5. +/** + * Alternate 1.4 -> 1.5 schema upgrade. + * This does only the main tables + UTF-8 and is designed to allow upgrades to + * interleave with other updates on the replication stream so that large wikis + * can be upgraded without disrupting other services. + * + * Note: this script DOES NOT apply every update, nor will it probably handle + * much older versions, etc. + * Run this, FOLLOWED BY update.php, for upgrading from 1.4.5 release to 1.5. + * + * @file + * @ingroup Maintenance + */ $options = array( 'step', 'noimages' ); |