feat: upgrade time field type to DateTime64 for improved precision in MonitorLog model

This commit is contained in:
Nawaz Dhandala
2026-03-16 11:54:33 +00:00
parent 3568d766ea
commit 046482a2a8

View File

@@ -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,