Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reviewServer_user_stats table contains malformed records #23

Open
connorhsm opened this issue Dec 18, 2024 · 2 comments
Open

reviewServer_user_stats table contains malformed records #23

connorhsm opened this issue Dec 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@connorhsm
Copy link
Member

connorhsm commented Dec 18, 2024

I suspect during initial migration of the reviewServer_user_stats table, when I migrated life counts for a subset of users, something went awry with the JOIN query, as well as a malformed date. This has caused ~30 or so records to be entered as below. None appear to have accounts associated, though.

SELECT * FROM PROD_2HOL.reviewServer_user_stats WHERE last_game_date < "2000-01-01"
36892
Colin13
1
1754-08-31 08:48:33
1754-08-31 08:48:33
0
1
0
0
1754-08-31 08:48:33
0
0
0
0
0
0

It may be possible that we can just clean up these records, as they're likely just artefacts of past migrations. The only information worth noting for any of them is the lives lived count, which in general is small for all of them.

@connorhsm connorhsm added the bug Something isn't working label Dec 18, 2024
@connorhsm
Copy link
Member Author

Ah, except that 36,167 records have a review date of 1754-08-31 08:48:33.128

@connorhsm
Copy link
Member Author

This appears to apply only to migrated users, new users are correctly having their review date set as their first played date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant