Create work_item_transitions table
What does this MR do and why?
Create work_item_transitions table
This table will serve to store the moved_to_id, promoted_to_epic, and duplicated_to_id.
It's part of the strategy to move this data out from the issues table to get rid of data and indexes on the issues table.
Changelog: added
Part of &18753
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Nicolas Dular