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

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Domain" ADD COLUMN "isVerifying" BOOLEAN NOT NULL DEFAULT false;