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

Changesets missed from new users (UID>mediumint?) #58

Closed
hungerburg opened this issue Aug 2, 2023 · 2 comments
Closed

Changesets missed from new users (UID>mediumint?) #58

hungerburg opened this issue Aug 2, 2023 · 2 comments

Comments

@hungerburg
Copy link
Author

hungerburg commented Aug 3, 2023

@hungerburg hungerburg changed the title Several changesets missed Changesets missed from new users (UID>mediumint?) Aug 4, 2023
@simon04
Copy link
Owner

simon04 commented Aug 20, 2023

Thanks for investigating and reporting. Very likely so. According to https://dev.mysql.com/doc/refman/8.0/en/integer-types.html the Maximum Value Unsigned is 16777215. And the linked user has ID 20025177.

ALTER TABLE wdi_changesets MODIFY COLUMN user_id INT UNSIGNED NOT NULL;
--- took approximately 600s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants