summaryrefslogtreecommitdiff
path: root/db/migrate/20160508215820_add_type_to_notes.rb
blob: 343743a589c9591fa36a3df7fba0d6e63a937f6c (plain)
1
2
3
4
5
class AddTypeToNotes < ActiveRecord::Migration[4.2]
  def change
    add_column :notes, :type, :string
  end
end