You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deduplicate games by leveraging the serial ID to allow multiple ROMs to reference a single game entry. This allows filling in more "missing" data where multiple ROMs (different checksums) are the same game, but only one row in the original dataset contained all the metadata. As a result, the roms and games tables should now be inner joined on the serial_id field.