BigW Consortium Gitlab

20150301014758_add_restricted_visibility_levels_to_application_settings.rb 203 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddRestrictedVisibilityLevelsToApplicationSettings < ActiveRecord::Migration
  def change
    add_column :application_settings, :restricted_visibility_levels, :text
  end
end