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