repo.or.cz
/
gitorious.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Handle not ready repos
[gitorious.git]
/
db
/
migrate
/
20140124152157_add_super_group_removed_to_repositories.rb
blob
3e3b01cb065fe266c3fc04410bc5d6626ce39eac
1
class AddSuperGroupRemovedToRepositories < ActiveRecord::Migration
2
def change
3
add_column :repositories, :super_group_removed, :boolean, null: false, default: false
4
end
5
end