Go Agent barebone notification tests

This commit is contained in:
headlesdev
2025-05-25 15:42:08 +02:00
parent 1b4a716c3d
commit 67909493a2
12 changed files with 296 additions and 31 deletions

View File

@@ -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")
}