removed items_to_topics migration file

This commit is contained in:
Devin Howard 2013-01-02 18:41:34 -05:00
parent 4c8c7d272a
commit 7deeae85b9

View file

@ -1,12 +0,0 @@
class ItemsToTopics < ActiveRecord::Migration
def change
drop_table :topics
drop_table :metacodes
rename_column :items, :item_category_id, :metacode_id
rename_column :mappings, :item_id, :topic_id
rename_table :items, :topics
rename_table :item_categories, :metacodes
end
end