-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Labels
31-feedback4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishbugfeature: install and update
Milestone
Description
-
"systag_by_objectid" in table "systemtag_object_mapping"@ChristophWurst needs backporting to 30Lines 228 to 232 in 9f23b43
$event->addMissingIndex( 'systemtag_object_mapping', 'systag_by_objectid', ['objectid'] );
Added in perf(systemtags): Add index for systemtags_object_mappings.objectid #45306 but was not added to the table creating migration in$table->addIndex(['systemtagid', 'objecttype'], 'systag_by_tagid'); - That being said, there was another index added with a normal migration for 31 cc @skjnldsv feat(systemtags): add bulk tagging action #48786 which should be moved to the passive updating as well, or this one can also be live
-
"preferences_app_key" in table "preferences"@ArtificialOwl you removed the index, but the warning is still in place:so anyone running the command will recreate the index and we therefore need a new migration to remove it, together with removing (I prefer commenting out) in theLines 204 to 208 in 9f23b43
$event->addMissingIndex( 'preferences', 'preferences_app_key', ['appid', 'configkey'] ); core/Application.php
Metadata
Metadata
Assignees
Labels
31-feedback4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishbugfeature: install and update
