From 9761e31ac5ddfd7f968ef461d5b4ef7d4cf0200f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 22 Mar 2022 16:33:22 +0100 Subject: [PATCH] allow null seen --- Admin/Install/db.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 6b64a76..95bbb3a 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -135,7 +135,8 @@ "news_seen_at": { "name": "news_seen_at", "type": "DATETIME", - "null": false + "null": true, + "default": null }, "news_seen_by": { "name": "news_seen_by",