v1.0
This commit is contained in:
parent
0f43e98ef8
commit
d378468794
317 changed files with 11347 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
class RemoveAllowCreateRepoFromUser < ActiveRecord::Migration
|
||||
def up
|
||||
remove_column :users, :allowed_create_repo
|
||||
end
|
||||
|
||||
def down
|
||||
add_column :users, :allowed_create_repo, :boolean, :default => true, :null => false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue