Commit 0be43dbe authored by James Lopez's avatar James Lopez

Merge branch '197480-remove-ignore-package-file_type' into 'master'

Remove ignore_column from Package::PackageFile

Closes #197480

See merge request gitlab-org/gitlab!27809
parents c44d452a 2a23ca20
......@@ -2,9 +2,6 @@
class Packages::PackageFile < ApplicationRecord
include UpdateProjectStatistics
include ::Gitlab::Geo::ReplicableModel
include IgnorableColumns
ignore_column :file_type, remove_with: '12.10', remove_after: '2019-03-22'
delegate :project, :project_id, to: :package
delegate :conan_file_type, to: :conan_file_metadatum
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment