debian-mirror-gitlab/db/migrate/20150920161119_add_line_code_to_sent_notification.rb
2019-02-15 15:39:39 +05:30

6 lines
146 B
Ruby

class AddLineCodeToSentNotification < ActiveRecord::Migration[4.2]
def change
add_column :sent_notifications, :line_code, :string
end
end