mediawiki-extensions-Echo/maintenance
Umherirrender 90639411fa schema: Remove IF EXISTS from DROP FOREIGN KEY
It is not supported by mysql, but supported by mariadb
Use one of the new index to detect, if the schema update was not running
yet

https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
https://dev.mysql.com/doc/refman/8.0/en/create-index.html
https://dev.mysql.com/doc/refman/8.0/en/drop-index.html

Bug: T314779
Follow-Up: I4bd29a6d0f9515e1a678c2a967799b90ef22f7b9
Change-Id: I820d79285afee854f086ca8c1590948393f496bc
2022-08-08 21:25:33 +02:00
..
backfillUnreadWikis.php Replace deprecated User::newFromIdentity with UserFactory 2022-02-11 20:35:49 +00:00
generateSampleNotifications.php Replace Maintenance::error calls with ::fatalError 2022-07-08 11:02:45 +02:00
processEchoEmailBatch.php Use Maintenance::set/getBatchSize in maintenance scripts 2020-12-18 00:28:32 +01:00
recomputeNotifCounts.php build: Updating composer dependencies 2021-05-04 09:05:15 -07:00
removeInvalidNotification.php build: Updating composer dependencies 2021-05-04 09:05:15 -07:00
removeOrphanedEvents.php Run clean ups with removeOrphanedEvents in major batches 2022-08-01 16:49:13 +02:00
updateEchoSchemaForSuppression.php schema: Remove IF EXISTS from DROP FOREIGN KEY 2022-08-08 21:25:33 +02:00
updatePerUserBlacklist.php Use CentralIdLookupFactory and pass UserIdentity 2021-07-21 19:23:42 -07:00