mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add monitoring fields and online status to server model in Prisma schema
This commit is contained in:
@@ -45,6 +45,12 @@ model server {
|
||||
gpu String?
|
||||
ram String?
|
||||
disk String?
|
||||
monitoring Boolean @default(false)
|
||||
monitoringURL String?
|
||||
cpuUsage String?
|
||||
ramUsage String?
|
||||
diskUsage String?
|
||||
online Boolean @default(true)
|
||||
}
|
||||
|
||||
model settings {
|
||||
|
||||
Reference in New Issue
Block a user