BigW Consortium Gitlab

20110915205627_add_private_flag_to_project.rb 163 Bytes
Newer Older
gitlabhq committed
1 2 3 4 5
class AddPrivateFlagToProject < ActiveRecord::Migration
  def change
    add_column :projects, :private_flag, :boolean, :default => true, :null => false
  end
end