mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +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 (
|
||||
feed_id references feeds(id) unique,
|
||||
last_refreshed datetime not null,
|
||||
last_error string,
|
||||
|
||||
-- http header fields --
|
||||
last_modified string not null,
|
||||
|
Reference in New Issue
Block a user