/* Check all the serial numbers are in there */
select * from serial order by id;
select * from players order by id;
