discourse/db/migrate/20140116170655_drop_hot_top...

6 lines
96 B
Ruby

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