0b00b3dac3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
5 lines
145 B
Ruby
5 lines
145 B
Ruby
class AddPositionToMergeRequest < ActiveRecord::Migration
|
|
def change
|
|
add_column :merge_requests, :position, :integer, default: 0
|
|
end
|
|
end
|