BigW Consortium Gitlab

20150930110012_add_group_share_lock.rb 172 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddGroupShareLock < ActiveRecord::Migration
  def change
    add_column :namespaces, :share_with_group_lock, :boolean, default: false
  end
end