From 3a09247930b74d7291cd7597bfb5df958afa510a Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 May 2019 18:33:57 +0200 Subject: [PATCH] add TTCheck in File Table For UPDATE-Script this Fild shows the last date which this colum was checked --- DB/shema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DB/shema.sql b/DB/shema.sql index 34134b5..2b5f759 100644 --- a/DB/shema.sql +++ b/DB/shema.sql @@ -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 (