summaryrefslogtreecommitdiff
path: root/db/migrate/20111222184912_add_resolution_to_fax_documents.rb
blob: 48631aac25ca5a4f2576b4c523d7f4ee8d908f47 (plain)
1
2
3
4
5
class AddResolutionToFaxDocuments < ActiveRecord::Migration
  def change
    add_column :fax_documents, :fax_resolution_id, :integer
  end
end