Skip to content

Initialize conversion of events.target_id

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

What does this MR do and why?

Initialize the conversion of events.target_id from integer to bigint, as it references notes.id.

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)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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