mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Bump minimum required version for upgrade to 1.31
Change-Id: Ib02f8b37f22238b878dafacc1337dc371ea9d192
This commit is contained in:
parent
b030223432
commit
b0f33729d9
|
@ -1,3 +0,0 @@
|
|||
DROP INDEX /*i*/user_event ON /*_*/echo_notification;
|
||||
|
||||
ALTER TABLE /*_*/echo_notification ADD PRIMARY KEY (notification_user, notification_event);
|
|
@ -218,10 +218,6 @@ class Hooks implements RecentChange_saveHook {
|
|||
|
||||
$updater->addExtensionTable( 'echo_event', "$dir/echo.sql" );
|
||||
|
||||
// 1.29
|
||||
$updater->dropExtensionIndex( 'echo_notification', 'user_event',
|
||||
"$dir/db_patches/patch-notification-pk.sql" );
|
||||
|
||||
// 1.33
|
||||
// Can't use addPostDatabaseUpdateMaintenance() here because that would
|
||||
// run the migration script after dropping the fields
|
||||
|
|
Loading…
Reference in a new issue