20130804151314_add_st_diff_to_note.rb 147 Bytes
Newer Older
1
# rubocop:disable all
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
2 3 4 5 6
class AddStDiffToNote < ActiveRecord::Migration
  def change
    add_column :notes, :st_diff, :text, :null => true
  end
end