Plume/migrations/2018-09-03-170848_user_add_last_fetched_date/down.sql
Bat 32a4949f25 Update user information if needed
When a remote is displayed, if it has not been updated since at least 24 hours, newer informations are fetched.

Fixes #135
2018-09-03 19:53:20 +01:00

2 lines
95 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN last_fetched_date;