1 class MakeMergeRequestsCommentable < ActiveRecord::Migration
3 columns.each do |name, type|
4 add_column :comments, name, type
9 columns.each do |name, type|
10 remove_column :comments, name
17 [:first_line_number, :integer],
18 [:number_of_lines, :integer]