migrate
This commit is contained in:
parent
ed7c6cbcfe
commit
61eeee702c
|
@ -0,0 +1,5 @@
|
|||
class AddStatusToOrgDocumentComment < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :org_document_comments, :status, :integer, :default => false
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue