Skip to content

Resolve "Convert award_emoji.awardable_id to Bigint for self managed "

What does this MR do and why?

This MR swaps theaward_emoji.awardable_id and award_emoji.awardable_id_convert_to_bigint columns for self-managed instances. This was already done for GitLab.com with Swap award_emoji.awardable_id to bigint (!118125 - merged). The process is outlined here.

The timeline for GitLab.com was the following:

Since we made the decision to commit schema changes to structure.sql for the above MRs, we now need to take into account the state of the schema from which the self-managed instance was created.

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.

MR acceptance checklist

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

Related to #417402 (closed)

Edited by Diogo Frazão

Merge request reports