mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add notificationText field to Server and Application Monitoring Notifications
This commit is contained in:
@@ -128,6 +128,7 @@ model ServerMonitoringNotification {
|
||||
memoryLimit Float
|
||||
diskLimit Float
|
||||
temperatureLimit Float
|
||||
notificationText String
|
||||
|
||||
@@map("server_monitoring_notifications")
|
||||
}
|
||||
@@ -136,6 +137,7 @@ model ApplicationMonitoringNotification {
|
||||
id Int @id @default(autoincrement())
|
||||
statusChange Boolean
|
||||
latencyLimit Float
|
||||
notificationText String
|
||||
|
||||
@@map("application_monitoring_notifications")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user