connorshea / vglist

A video game library tracking web app built in Rails and powered by Wikidata.

Home Page:https://vglist.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Rake task that'll automatically clean out the unmatched games table

connorshea opened this issue · comments

We should have a Rake task that will automatically delete records from UnmatchedGames if there's a corresponding SteamAppId record associated with a given game. This prevents stale data from showing up in the unmatched games table.

Maybe even run it via a weekly cron job or something?