Cleanup PK conversion for notes table
What does this MR do and why?
For GitLab.com, remove notes.id_convert_to_bigint
integer columns and the related trigger.
This step from the process to convert column to bigint
is described here - https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#remove-the-trigger-and-old-integer-columns-release-n--2.
The column swaps for this table was done with Swap integer and bigint columns for notes and d... (#392815 - closed).
Related to #414777 (closed).
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.
-
I have evaluated the MR acceptance checklist for this MR.