diff --git a/Common/Models/AnalyticsModels/MonitorLog.ts b/Common/Models/AnalyticsModels/MonitorLog.ts index 5b7b424d11..4a720a9ae0 100644 --- a/Common/Models/AnalyticsModels/MonitorLog.ts +++ b/Common/Models/AnalyticsModels/MonitorLog.ts @@ -61,7 +61,7 @@ export default class MonitorLog extends AnalyticsBaseModel { title: "Time", description: "When was the log created?", required: true, - type: TableColumnType.Date, + type: TableColumnType.DateTime64, accessControl: { read: [ Permission.ProjectOwner,