From bc33356a57870b5da835612b84c656aed6b85de2 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 7 Jul 2022 21:41:23 +0300 Subject: [PATCH] collection last attributes to changes --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 04b2d7dbba..438a825c95 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2658,7 +2658,7 @@ $collections = [ ], [ '$id' => 'time', - 'type' => Database::VAR_INTEGER, + 'type' => Database::VAR_INTEGER, // todo: change to datetime 'format' => '', 'size' => 0, 'signed' => false,