32a4949f25
When a remote is displayed, if it has not been updated since at least 24 hours, newer informations are fetched. Fixes #135
3 lines
95 B
SQL
3 lines
95 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE users DROP COLUMN last_fetched_date;
|