This commit is contained in:
huang 2016-05-24 09:40:47 +08:00
parent ed7c6cbcfe
commit 61eeee702c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddStatusToOrgDocumentComment < ActiveRecord::Migration
def change
add_column :org_document_comments, :status, :integer, :default => false
end
end