Public git read-only access via http
This commit is contained in:
parent
eb626edd3f
commit
4c6224aad1
10 changed files with 89 additions and 15 deletions
5
db/migrate/20130110172407_add_public_to_project.rb
Normal file
5
db/migrate/20130110172407_add_public_to_project.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPublicToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :public, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue