class AddRightOwnerIdIndexToImages < ActiveRecord::Migration[6.0]
  def change
    add_index :images, :right_owner_id
  end
end
