UnownHash / Golbat

The Unlicense
36 stars 19 forks source link

Add 'total' column to pokemon_shiny_stats #202

Closed comstud closed 9 months ago

comstud commented 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

comstud commented 9 months ago

This is ready for review. I've tested that 'total' is being populated.