mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-31 01:00:10 -04:00
6 lines
117 B
Ruby
6 lines
117 B
Ruby
|
class RemoveCategoryHotness < ActiveRecord::Migration
|
||
|
def change
|
||
|
remove_column :categories, :hotness
|
||
|
end
|
||
|
end
|