mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:39:36 -06:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
class RemoveCategoryHotness < ActiveRecord::Migration[4.2]
|
|
def change
|
|
remove_column :categories, :hotness
|
|
end
|
|
end
|