Skip to content

Cleanup migration of sent_notifications to bigint

Jon Jenkins requested to merge 389344-cleanup-bigint-migration into master

What does this MR do and why?

Removes the sent_notifications.id_convert_to_bigint column and the trigger syncing the two columns.

How to set up and validate locally

Run db:migrate, then examine output of \d sent_notifications. The id_convert_to_bigint column will be absent.

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 #389344 (closed)

Merge request reports