Revert DB migration 20240812081354_add_email_participants_widget_to_work_item_types
What does this MR do and why?
It refers to an index which has been renamed and is causing errors like: No unique index found for index_work_item_widget_definitions_on_default_witype_and_name
Because the rename has been done in a post migration we need to move this to be a post migration too, but to give us more time we can do that in a new MR.
Original MR: !162411 (merged)
Conflicting MR: !163987 (merged)
The conflict happens because the order of execution can vary (it is possible for the post migration to run before the normal migration).
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.