Link for auto merge, db field for MR
This commit is contained in:
parent
78d620b3b6
commit
cd74f9da91
5 changed files with 61 additions and 25 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddAutomergeToMergeRequest < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :merge_requests, :auto_merge, :boolean, :null => false, :default => true
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue