When `seed/all_in_one` is now called, it will update with only that data
that exists later than the most-recently-played* game, allowing the
upload to be used repeatedly without having to clear the database.
\* Actually, "highest-ID game", as we haven't implemented
`list_games_by_date`, yet