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: 494c3033bfff79c57151b773fe72abb2a8195860 (plain)
1
2
3
4
5
class AddRestrictedVisibilityLevelsToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :restricted_visibility_levels, :text
  end
end