mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
http states field for future health check
This commit is contained in:
parent
6a63d49823
commit
6def522f38
@ -65,6 +65,7 @@ end;
|
||||
create table if not exists http_states (
|
||||
feed_id references feeds(id) unique,
|
||||
last_refreshed datetime not null,
|
||||
last_error string,
|
||||
|
||||
-- http header fields --
|
||||
last_modified string not null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user