From e0af76527e2c472efc46cd23ed1d65bc6d267e23 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 May 2019 18:56:37 +0200 Subject: [PATCH] use only date not time --- DB/shema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/shema.sql b/DB/shema.sql index 2b5f759..248e5f3 100644 --- a/DB/shema.sql +++ b/DB/shema.sql @@ -8,7 +8,7 @@ CREATE TABLE File ( FT_ID INTEGER DEFAULT 0, Size INTEGER, -- KB (max 2TB anggebbar) TTSync INTEGER DEFAULT 0, - TTCheck DATETIME DEFAULT NULL + TTCheck DATE DEFAULT NULL ); CREATE TABLE VideoFile (