From 3568d766ea8235fd9688bf18d925dcd3fdbdc8e7 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Mon, 16 Mar 2026 11:49:32 +0000 Subject: [PATCH] feat: upgrade time field type to DateTime64 for enhanced precision in ExceptionInstance model --- Common/Models/AnalyticsModels/ExceptionInstance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Models/AnalyticsModels/ExceptionInstance.ts b/Common/Models/AnalyticsModels/ExceptionInstance.ts index 0965a9b3bf..028ced01a0 100644 --- a/Common/Models/AnalyticsModels/ExceptionInstance.ts +++ b/Common/Models/AnalyticsModels/ExceptionInstance.ts @@ -63,7 +63,7 @@ export default class ExceptionInstance extends AnalyticsBaseModel { title: "Time", description: "When was the log created?", required: true, - type: TableColumnType.Date, + type: TableColumnType.DateTime64, accessControl: { read: [ Permission.ProjectOwner,