Add verify domain button (#22)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Domain" ADD COLUMN "isVerifying" BOOLEAN NOT NULL DEFAULT false;
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user