Skip to content

Prepare issues table to backfill work items for epics

What does this MR do and why?

This MR does the pre-requisite work in preparation for the backfilling migration of epics into work items: !143844 (merged)

We are adding a tmp_epic_id column and ignoring it in the Issue model. We are also adding a unique index on it. We need that in order to be able to bulk insert records into issues table for every record in epics table and use the unique index to avoid creating duplicate records.

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.

Edited by Alexandru Croitor

Merge request reports