Add feed and item extensions
This commit is contained in:
parent
5c0d6180ed
commit
3113b844bc
9 changed files with 448 additions and 54 deletions
|
|
@ -46,9 +46,9 @@ CREATE TABLE IF NOT EXISTS items (
|
|||
link TEXT,
|
||||
links TEXT [],
|
||||
updated TEXT,
|
||||
updated_parsed TIMESTAMP,
|
||||
updated_parsed TIMESTAMPTZ,
|
||||
published TEXT,
|
||||
published_parsed TIMESTAMP,
|
||||
published_parsed TIMESTAMPTZ,
|
||||
-- Authors - See item_authors
|
||||
"guid" TEXT,
|
||||
-- Image - See item_images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue