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

20151008143519_add_admin_notification_email_setting.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bb581efe2c56d70d3041c17c065b7e631b00a11 (plain)
1
2
3
4
5
class AddAdminNotificationEmailSetting < ActiveRecord::Migration
  def change
    add_column :application_settings, :admin_notification_email, :string
  end
end