Aktueller Stand
This commit is contained in:
@@ -206,6 +206,7 @@ model Rule {
|
||||
matchMode RuleMatchMode @default(ALL)
|
||||
position Int @default(0)
|
||||
stopOnMatch Boolean @default(false)
|
||||
phase RulePhase @default(POST_UNSUBSCRIBE)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
@@ -222,6 +223,11 @@ enum RuleMatchMode {
|
||||
ANY
|
||||
}
|
||||
|
||||
enum RulePhase {
|
||||
PRE_UNSUBSCRIBE
|
||||
POST_UNSUBSCRIBE
|
||||
}
|
||||
|
||||
model RuleCondition {
|
||||
id String @id @default(cuid())
|
||||
ruleId String
|
||||
|
||||
Reference in New Issue
Block a user