Skip to content

Initialize conversion of notes.id to bigint

Krasimir Angelov requested to merge 389306/notes/initialize into master

What does this MR do and why?

Initialize the conversion of notes.id from integer to bigint.

This MR creates the new bigint column, installs the trigger to keep it in sync for new records, and queues batched background migration to back-fill the existing records.

#389306 (closed)

MR acceptance checklist

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

Edited by Krasimir Angelov

Merge request reports