Skip to content

Ignore file_type in Packages::PackageFile

Steve Abrams requested to merge 197480-remove-packages-file_type-column into master

What does this MR do?

Step 1 in dropping a column

This ignored the file_type column on packages_package_files. The column is not in use. It is an integer column. The only places it was used it was being mistaken for a string column, so on production, all values are NULL or 0 and not used in any helpful way.

Screenshots

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

Related #197480 (closed)

Edited by Steve Abrams

Merge request reports