simon04 / whodidit

OpenStreetMap Changeset Analyzer

Home Page:https://simon04.dev.openstreetmap.org/whodidit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changesets missed from new users (UID>mediumint?)

hungerburg opened this issue · comments

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