Skip to content

Add bigint column and add data sync trigger to geo_event_log

Aakriti Gupta requested to merge ag-change-geo-event-id-to-bigint into master

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.

Edited by Aakriti Gupta

Merge request reports