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
/
20131113123654_add_editable_to_comments.rb
blob
ce2355f33ff060d6a2f3cde728fd9dc243f03bcf
1
class AddEditableToComments < ActiveRecord::Migration
2
def change
3
add_column :comments, :editable, :boolean, :default => 1
4
end
5
end