summaryrefslogtreecommitdiff
path: root/db/migrate/20150920161119_add_line_code_to_sent_notification.rb
blob: 671476f0b07f65dc6679c6341b9edaa37710d3f3 (plain)
1
2
3
4
5
class AddLineCodeToSentNotification < ActiveRecord::Migration[4.2]
  def change
    add_column :sent_notifications, :line_code, :string
  end
end