http states field for future health check
This commit is contained in:
parent
6a63d49823
commit
6def522f38
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue