discourse/db/migrate/20140116170655_drop_hot_top...

6 lines
101 B
Ruby

class DropHotTopics < ActiveRecord::Migration[4.2]
def change
drop_table :hot_topics
end
end