mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
32a4949f25
When a remote is displayed, if it has not been updated since at least 24 hours, newer informations are fetched. Fixes #135
2 lines
95 B
SQL
2 lines
95 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE users DROP COLUMN last_fetched_date;
|