Bump minimum required version for upgrade to 1.31

Change-Id: Ib02f8b37f22238b878dafacc1337dc371ea9d192
This commit is contained in:
Umherirrender 2022-05-27 19:20:29 +02:00
parent b030223432
commit b0f33729d9
2 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
DROP INDEX /*i*/user_event ON /*_*/echo_notification;
ALTER TABLE /*_*/echo_notification ADD PRIMARY KEY (notification_user, notification_event);

View file

@ -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