Merge remote-tracking branch 'origin/merge_button'
Conflicts: app/assets/javascripts/merge_requests.js db/schema.rb
This commit is contained in:
commit
08994f3f60
13 changed files with 223 additions and 7 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddAutomergeToMergeRequest < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :merge_requests, :state, :integer, :null => false, :default => 1
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue