debian-mirror-gitlab/db/migrate/20150930110012_add_group_share_lock.rb

6 lines
150 B
Ruby
Raw Normal View History

2016-06-02 11:05:42 +05:30
class AddGroupShareLock < ActiveRecord::Migration
def change
add_column :namespaces, :share_with_group_lock, :boolean, default: false
end
end