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,