travel-consensus / cinemaplate

End dinner and a movie indecision paralysis.
http://cinemaplate.herokuapp.com
0 stars 1 forks source link

Remove old restaurant database entries #17

Open JonKrone opened 8 years ago

JonKrone commented 8 years ago

Interesting-to-implement tech feature.

utility: keeps restaurants and reviews up to date

JonKrone commented 8 years ago

Can we leave notes in issues?

JonKrone commented 8 years ago

Write file:

DELETE FROM restaurants WHERE (now - createdAt) > 3 days

set file on repeat with cronjobs

Or create a saved postgres procedure run with cronjobs