Skip to content

Remove bigint conversion triggers for push_event_payloads

What does this MR do?

Remove bigint conversion triggers for push_event_payloads table.

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

#338071 (closed).

Database migrations

Up

$ bundle exec rails db:migrate:up VERSION=20210901044202
== 20210901044202 PushEventPayloadsBigintConversionRemoveTriggers: migrating ==
== 20210901044202 PushEventPayloadsBigintConversionRemoveTriggers: migrated (0.0695s) 

Down

$ bundle exec rails db:migrate:down VERSION=20210901044202
== 20210901044202 PushEventPayloadsBigintConversionRemoveTriggers: reverting ==
== 20210901044202 PushEventPayloadsBigintConversionRemoveTriggers: reverted (0.0229s) 

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

Edited by Krasimir Angelov

Merge request reports