Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq into Undev-link-to-issue-tracker
Conflicts: Gemfile.lock
This commit is contained in:
commit
e1f77b9be0
20 changed files with 299 additions and 14 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddIssuesTrackerToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :issues_tracker, :string, default: :gitlab, null: false
|
||||
end
|
||||
end
|
|
@ -0,0 +1,5 @@
|
|||
class AddIssuesTrackerIdToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :issues_tracker_id, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue