revert create tmp

This reverts commit 6bfcf094d9.
exceptionHandle
yanxd 11 years ago
parent 6bfcf094d9
commit 4c3955bca0

@ -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
Loading…
Cancel
Save