Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20150920161119_add_line_code_to_sent_notification.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9af4e71751f886e94336f84d9b325fbeb020a15 (plain)
1
2
3
4
5
class AddLineCodeToSentNotification < ActiveRecord::Migration
  def change
    add_column :sent_notifications, :line_code, :string
  end
end