feature(dashboard): add template for notification rules
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "notification_rules" ADD COLUMN "template" TEXT;
|
||||
@@ -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