Skip to content

Support multiple columns when converting int types

Patrick Bair requested to merge pb-int-conversion-helpers-multiple-columns into master

What does this MR do?

Relates to #326569 (closed), previous MR !58177 (merged)

Update migration helpers used for converting column types from int to bigint, so that multiple columns on the same table can be updated in one pass. This is a requirement for some of our large tables, that have both primary key and foreign key columns of type int that need to be converted.

Since we have already shipped migrations using these to migrate the events and push_event_payloads tables, we have to maintain backwards compatibility in the migration helpers while supporting the new functionality.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] 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
Edited by Mayra Cabrera

Merge request reports