revert create tmp

This reverts commit 6bfcf094d9.
This commit is contained in:
yanxd 2014-04-21 16:53:13 +08:00
parent 6bfcf094d9
commit 4c3955bca0
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
class CreateTmps < ActiveRecord::Migration
def up
create_table :tmp do |t|
t.string :name
t.string :part_number
end
end
def down
drop_table :tmp
end
end