Skip to content

Remove bigint conversion triggers for events

Krasimir Angelov requested to merge 338072-cleanup-events-bigint-conversion into master

What does this MR do?

Remove bigint conversion triggers for events table.

We do not drop the column yet, this MR also ignores it so that we can remove it in later release.

Related to #338072 (closed).

Database migrations

Up

$ bundle exec rails db:migrate:up VERSION=20210901044237
== 20210901044237 EventsBigintConversionRemoveTriggers: migrating =============
== 20210901044237 EventsBigintConversionRemoveTriggers: migrated (0.0196s) ====

Down

$ bundle exec rails db:migrate:down VERSION=20210901044237
== 20210901044237 EventsBigintConversionRemoveTriggers: reverting =============
== 20210901044237 EventsBigintConversionRemoveTriggers: reverted (0.0274s) ====

-->

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #338072 (closed)

Edited by Mayra Cabrera

Merge request reports