Handle not ready repos
[gitorious.git] / db / migrate / 20131113123654_add_editable_to_comments.rb
blobce2355f33ff060d6a2f3cde728fd9dc243f03bcf
1 class AddEditableToComments < ActiveRecord::Migration
2   def change
3     add_column :comments, :editable, :boolean, :default => 1
4   end
5 end