mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add uptimecheckUrl to application model and name to notification model
This commit is contained in:
@@ -21,6 +21,7 @@ model application {
|
||||
icon String
|
||||
publicURL String
|
||||
localURL String?
|
||||
uptimecheckUrl String?
|
||||
createdAt DateTime @default(now())
|
||||
online Boolean @default(true)
|
||||
}
|
||||
@@ -79,6 +80,7 @@ model user {
|
||||
|
||||
model notification {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
enabled Boolean @default(true)
|
||||
type String
|
||||
smtpHost String?
|
||||
|
||||
Reference in New Issue
Block a user