mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add test_notification model to Prisma schema
This commit is contained in:
@@ -97,4 +97,9 @@ model notification {
|
||||
pushoverUrl String?
|
||||
pushoverToken String?
|
||||
pushoverUser String?
|
||||
}
|
||||
}
|
||||
|
||||
model test_notification {
|
||||
id Int @id @default(autoincrement())
|
||||
notificationId Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user