change item cleanup logic

This commit is contained in:
Nazar Kanaev
2020-08-11 10:55:42 +01:00
parent f1810827bc
commit 8ec1370845
2 changed files with 47 additions and 14 deletions

View File

@@ -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