Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a23ca20
Commit
2a23ca20
authored
Mar 23, 2020
by
Steve Abrams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ignore_column block from Package::PackageFile
parent
806841e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ee/app/models/packages/package_file.rb
ee/app/models/packages/package_file.rb
+0
-3
No files found.
ee/app/models/packages/package_file.rb
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment