Skip to content

Swap events.target_id to bigint

Krasimir Angelov requested to merge 389306/events/swap into master

What does this MR do and why?

This MR finalizes the conversion to bigint for events.target_id for Gitlab.com, development and test environments, following the process outlined here.

It takes the following steps:

  • Create the new index for the swap to the bigint column
  • Swap the columns

The above will be introduced for self-managed in later release.

See #392815 (closed).

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports