Initialize conversion of vulnerability_user_mentions.note_id to bigint
Compare changes
- Krasimir Angelov authored
#389306 Changelog: added
Initialize the conversion of vulnerability_user_mentions.note_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.
Numbered steps to set up and validate the change are strongly suggested.
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
#389306 Changelog: added