Add verify domain button (#22)

This commit is contained in:
KM Koushik
2024-05-28 06:34:01 +10:00
committed by GitHub
parent ad57992e21
commit d7b8a9cca6
6 changed files with 83 additions and 32 deletions

View File

@@ -115,6 +115,7 @@ model Domain {
dmarcAdded Boolean @default(false)
errorMessage String?
subdomain String?
isVerifying Boolean @default(false)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
team Team @relation(fields: [teamId], references: [id], onDelete: Cascade)