mirror of
https://github.com/zoriya/vex.git
synced 2026-05-27 08:13:23 +00:00
Use etags, fetch dates and save errors
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ create table if not exists feeds(
|
||||
submitter_id uuid not null references users(id),
|
||||
added_date timestamp with time zone not null,
|
||||
etag text,
|
||||
last_fetch_date timestamp with time zone
|
||||
last_fetch_date timestamp with time zone,
|
||||
sync_error text
|
||||
);
|
||||
|
||||
create table if not exists entries(
|
||||
|
||||
Reference in New Issue
Block a user