summaryrefslogtreecommitdiff
path: root/db/migrate/20111222184912_add_resolution_to_fax_documents.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20111222184912_add_resolution_to_fax_documents.rb')
-rw-r--r--db/migrate/20111222184912_add_resolution_to_fax_documents.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20111222184912_add_resolution_to_fax_documents.rb b/db/migrate/20111222184912_add_resolution_to_fax_documents.rb
new file mode 100644
index 0000000..48631aa
--- /dev/null
+++ b/db/migrate/20111222184912_add_resolution_to_fax_documents.rb
@@ -0,0 +1,5 @@
+class AddResolutionToFaxDocuments < ActiveRecord::Migration
+ def change
+ add_column :fax_documents, :fax_resolution_id, :integer
+ end
+end