debian-mirror-gitlab/db/migrate/20150920161119_add_line_code_to_sent_notification.rb
2016-06-16 23:09:34 +05:30

7 lines
163 B
Ruby

# rubocop:disable all
class AddLineCodeToSentNotification < ActiveRecord::Migration
def change
add_column :sent_notifications, :line_code, :string
end
end