Files
discourse/db/migrate/20140129164541_remove_category_hotness.rb
2017-09-25 13:48:58 +08:00

6 lines
122 B
Ruby

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