change item cleanup logic
This commit is contained in:
parent
f1810827bc
commit
8ec1370845
2 changed files with 47 additions and 14 deletions
|
|
@ -40,6 +40,7 @@ create table if not exists items (
|
|||
author text,
|
||||
date datetime,
|
||||
date_updated datetime,
|
||||
date_arrived datetime,
|
||||
status integer,
|
||||
image text,
|
||||
search_rowid integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue