This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/db/migrate/20140129164541_remove_category_hotness.rb

6 lines
117 B
Ruby

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