Better merge handling. show if MR can be accepted or not

This commit is contained in:
randx 2012-03-30 08:05:04 +03:00
parent cd74f9da91
commit 411d84f385
6 changed files with 84 additions and 59 deletions

View file

@ -1,6 +1,5 @@
class AddAutomergeToMergeRequest < ActiveRecord::Migration
def change
add_column :merge_requests, :auto_merge, :boolean, :null => false, :default => true
add_column :merge_requests, :state, :integer, :null => false, :default => 1
end
end