BigW Consortium Gitlab

20150920161119_add_line_code_to_sent_notification.rb 163 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddLineCodeToSentNotification < ActiveRecord::Migration
  def change
    add_column :sent_notifications, :line_code, :string
  end
end