codyjmcb / golf_stuff

0 stars 1 forks source link

Make data types in database appropriate #27

Open codyjmcb opened 1 month ago

codyjmcb commented 1 month ago

I'm using (signed) integers in places where i should be using unsigned integers, not checking if max vals are properly accounted for. Fix this.

codyjmcb commented 1 month ago

19 related

codyjmcb commented 1 month ago

This requires access to the database which is not currently allowed by my network configuration