1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-19 16:53:25 +01:00

Added field to track revoked status of firmwares.

This commit is contained in:
Markus Birth 2018-05-16 16:14:21 +02:00
parent f1d06d0114
commit 35a77cde75
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -43,6 +43,7 @@ CREATE TABLE "updates" (
"update_desc" TEXT,
"svn" TEXT, -- version info from <SVN> field
"seenDate" INTEGER, -- date added to db
"revoked" INTEGER, -- (bool) 1 = firmware revoked
"pubDate" INTEGER, -- published date
"publisher" TEXT, -- publisher
"num_files" INTEGER, -- number of files total