basic feed fetcher
This commit is contained in:
parent
be1804c7d0
commit
9cea82005b
4 changed files with 85 additions and 9 deletions
|
|
@ -35,8 +35,8 @@ create table if not exists items (
|
|||
description text,
|
||||
content text,
|
||||
author text,
|
||||
date integer,
|
||||
date_updated integer,
|
||||
date datetime,
|
||||
date_updated datetime,
|
||||
status integer,
|
||||
image text
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue