discourse/db/migrate/20140116170655_drop_hot_top...

8 lines
132 B
Ruby

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