BigW Consortium Gitlab

20130820102832_add_access_to_project_group_link.rb 221 Bytes
# rubocop:disable all
class AddAccessToProjectGroupLink < ActiveRecord::Migration
  def change
    add_column :project_group_links, :group_access, :integer, null: false, default: ProjectGroupLink.default_access
  end
end