swapped in files for production
This commit is contained in:
parent
cab180d87b
commit
500c1ff69d
1 changed files with 10 additions and 0 deletions
10
db/migrate/20130101215010_items_to_topics.rb
Normal file
10
db/migrate/20130101215010_items_to_topics.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class ItemsToTopics < ActiveRecord::Migration
|
||||
def change
|
||||
|
||||
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