mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Go Agent barebone notification tests
This commit is contained in:
@@ -154,7 +154,8 @@ model NotificationTest {
|
||||
id Int @id @default(autoincrement())
|
||||
notificationProvider NotificationProvider @relation(fields: [notificationProviderId], references: [id], onDelete: Cascade)
|
||||
notificationProviderId Int
|
||||
success Boolean
|
||||
sent Boolean @default(false)
|
||||
success Boolean?
|
||||
|
||||
@@map("notification_tests")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user