mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
Added field to track revoked status of firmwares.
This commit is contained in:
parent
f1d06d0114
commit
35a77cde75
@ -43,6 +43,7 @@ CREATE TABLE "updates" (
|
|||||||
"update_desc" TEXT,
|
"update_desc" TEXT,
|
||||||
"svn" TEXT, -- version info from <SVN> field
|
"svn" TEXT, -- version info from <SVN> field
|
||||||
"seenDate" INTEGER, -- date added to db
|
"seenDate" INTEGER, -- date added to db
|
||||||
|
"revoked" INTEGER, -- (bool) 1 = firmware revoked
|
||||||
"pubDate" INTEGER, -- published date
|
"pubDate" INTEGER, -- published date
|
||||||
"publisher" TEXT, -- publisher
|
"publisher" TEXT, -- publisher
|
||||||
"num_files" INTEGER, -- number of files total
|
"num_files" INTEGER, -- number of files total
|
||||||
|
Loading…
Reference in New Issue
Block a user