discourse/db/migrate/20140116170655_drop_hot_topics.rb
Robin Ward 4981525047 REFACTOR: Fixes poor class hierarchy for listing topics
- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
2014-01-18 19:26:24 +01:00

6 lines
96 B
Ruby

class DropHotTopics < ActiveRecord::Migration
def change
drop_table :hot_topics
end
end