BigW Consortium Gitlab

Unverified Commit 81038fba by Sean McGivern Committed by Luke Bennett

Merge branch 'fix-remove-branch-name-migration' into 'master'

Fix migration that removes issues.branch_name See merge request gitlab-org/gitlab-ce!15858
parent 16fcf967
......@@ -9,6 +9,10 @@ class Issue < ActiveRecord::Base
include FasterCacheKeys
include RelativePositioning
include TimeTrackable
include ThrottledTouch
include IgnorableColumn
ignore_column :assignee_id, :branch_name
DueDateStruct = Struct.new(:title, :name).freeze
NoDueDate = DueDateStruct.new('No Due Date', '0').freeze
......
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