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
119 B
SQL
2 lines
119 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE users ADD COLUMN last_fetched_date TIMESTAMP NOT NULL DEFAULT '2000-01-01 00:00:01';
|