Closed comstud closed 9 months ago
This adds a 'total' column to pokemon_shiny_stats that contains the total number of 'checks'. 'count' remains the number of shinies.
This is being added so that one can use the DB to compute % or odds by comparing 'count' against 'total'.
Fixes #201
This is ready for review. I've tested that 'total' is being populated.
This adds a 'total' column to pokemon_shiny_stats that contains the total number of 'checks'. 'count' remains the number of shinies.
This is being added so that one can use the DB to compute % or odds by comparing 'count' against 'total'.
Fixes #201