removed items_to_topics migration file
This commit is contained in:
parent
4c8c7d272a
commit
7deeae85b9
1 changed files with 0 additions and 12 deletions
|
@ -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
|
|
Loading…
Reference in a new issue