gitlab-org--gitlab-foss/db/migrate/20150920161119_add_line_cod...

6 lines
141 B
Ruby

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