BigW Consortium Gitlab

20130804151314_add_st_diff_to_note.rb 125 Bytes
class AddStDiffToNote < ActiveRecord::Migration
  def change
    add_column :notes, :st_diff, :text, :null => true
  end
end