class AddLocatableToUnities < ActiveRecord::Migration[6.0]
  def change
    add_reference :unities, :locatable, polymorphic: true, index: true
  end
end
