add TTCheck in File Table For UPDATE-Script

this Fild shows the last date which this colum was checked
This commit is contained in:
6543 2019-05-10 18:33:57 +02:00
parent 8c35837215
commit 3a09247930
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ CREATE TABLE File (
MD5 VARCHAR(32),
FT_ID INTEGER DEFAULT 0,
Size INTEGER, -- KB (max 2TB anggebbar)
TTSync INTEGER DEFAULT 0
TTSync INTEGER DEFAULT 0,
TTCheck DATETIME DEFAULT NULL
);

CREATE TABLE VideoFile (