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

20150502064022_add_restricted_signup_domains_to_application_settings.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df777263ecbfc25cdc11855c916ba90ea46e7adc (plain)
1
2
3
4
5
class AddRestrictedSignupDomainsToApplicationSettings < ActiveRecord::Migration[4.2]
  def change
    add_column :application_settings, :restricted_signup_domains, :text
  end
end