1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/db/migrate/20140129164541_remove_category_hotness.rb

6 lines
122 B
Ruby

class RemoveCategoryHotness < ActiveRecord::Migration[4.2]
def change
remove_column :categories, :hotness
end
end