DRSNJM / board-ultimatum

Board game recommendation web app using the board ultimatum library.
board-ultimatum.herokuapp.com
2 stars 0 forks source link

Game description import caused data issues with current Heroku DB #11

Closed dalbz closed 11 years ago

dalbz commented 11 years ago

After the import of the game description info, for some reason there were 1028 game records in the DB. I did not inspect the data thoroughly, but it did screw up my data processing scripts. I used the old description-free data when writing my code, but reasonably nothing I would have touched should have any impact on that.

RyanMcG commented 11 years ago

@saterus said this was because the top 1000 games changed. The board_games collection should have been dropped before re-importing though.

Still, we have a unique index on bgg_id so there should not be duplicates.