Add bigint column and add data sync trigger to geo_event_log
What does this MR do and why?
As outlined in #433432 we want to change the column type for event ids. This MR is the first of 4 steps to do this. Here we only add a new bigint column and a trigger to copy data from geo_event_id to it. This also adds a backfill migration to sync the two columns.
Related issue: #433432
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.
Edited by Aakriti Gupta