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

20150301014758_add_restricted_visibility_levels_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: 3091790f199dc3896f0b81eaa00be2bf78c84f4e (plain)
1
2
3
4
5
class AddRestrictedVisibilityLevelsToApplicationSettings < ActiveRecord::Migration[4.2]
  def change
    add_column :application_settings, :restricted_visibility_levels, :text
  end
end