Currently looking through the data in smartform DB, noticed some potentially missing data in the DB.
For example race 641527, 641532 have `winning_time_secs` of 0.0, I believe this is so because of MySQL quirks (i.e. instead of throwing errors, it just stores as 0.0 without complaining) + the data is just missing to begin with.
I believe these missing entries are not confined to the `winning_time_secs` column, but potentially many more. Is anyone else seeing the same issue? Will these entries be ever retroactively fixed?