summaryrefslogtreecommitdiff
path: root/db/migrate/20210523232805_remove_usable_from_items.rb
blob: 6e0dc610db812fdd2512250dbca2bf883b4670c8 (plain)
1
2
3
4
5
class RemoveUsableFromItems < ActiveRecord::Migration[6.1]
  def change
    remove_column :items, :usable
  end
end