mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: upgrade time field type to DateTime64 for enhanced precision in ExceptionInstance model
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user