feature(dashboard): add template for notification rules
This commit is contained in:
@@ -329,6 +329,7 @@ model NotificationRule {
|
||||
sendToEmail Boolean @default(false)
|
||||
/// [IPrismaNotificationRuleConfig]
|
||||
config Json
|
||||
template String?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user