20160508215920_add_positions_to_diff_notes.rb 168 Bytes EditWeb IDE 1 2 3 4 5 6 class AddPositionsToDiffNotes < ActiveRecord::Migration def change add_column :notes, :position, :text add_column :notes, :original_position, :text end end