mikevallano / tmdb-moviequeue

Add movies to your queue, share lists with family & friends. http://www.flicksonlists.com/
http://www.flicksonlists.com/
0 stars 0 forks source link

Add dependent destroys #201

Open mikevallano opened 4 years ago

mikevallano commented 4 years ago

tmdb_id 348023 is no longer a movie on tmdb, and breaks the update rake task.

we should just destroy it, but I realized that we don't have dependent destroys set up

also tmdb_id 283845 (mysterious affair)

crap, Pirate Radio (our db id 1481), tmdb_id 597801 now has tmdb_id 18947

the pharmacist (our db id 1606) tmdb_id 675969 is now a TV show

lortza commented 4 years ago

Let's do this carefully to make sure they don't cascade in unexpected ways.