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