New methods to drop or rename extension index in DatabaseUpdater
authorDereckson <dereckson@espace-win.org>
Tue, 18 Dec 2012 01:03:44 +0000 (02:03 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 5 Jan 2013 19:05:41 +0000 (20:05 +0100)
commit2f60cd20b6f3aea8776b20658c8810f04035e8f6
treed508e34bc51fee4753093f35007a293b3e03db1d
parentac9d8f3afc4a759cd86cc1c17c3f94b3ff9a4370
New methods to drop or rename extension index in DatabaseUpdater

- DatabaseUpdater::dropExtensionIndex( $tableName, $indexName, $sqlPath )
- DatabaseUpdater::renameExtensionIndex( $tableName, $oldIndexName, $newIndexName, $sqlPath, $skipBothIndexExistWarning = false )

[ Case use ]

This feature is required to help extensions schema change to ensure
compatibility with SQLite.

First extensions to use it will be Echo and Flagged Revisions.

Change-Id: Ia2782d644593ab6b64b67720ed61b3994db10346
RELEASE-NOTES-1.21
includes/installer/DatabaseUpdater.php