Anyone else seeing duplicate computer records?
Still on 9.62 here.. Doing some spring cleaning of the inventory before renewal.
This is how I found them, some of them appeared to be recent additions.
select serial_number, count(*) as count from computers_denormalized group by serial_number having count(*) > 1;