add crm auth, email, status update and search
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Lead" ADD COLUMN "email" TEXT;
|
||||
@@ -18,6 +18,7 @@ model Lead {
|
||||
id String @id @default(cuid())
|
||||
company String
|
||||
phone String
|
||||
email String?
|
||||
message String?
|
||||
source String @default("website")
|
||||
status LeadStatus @default(NEW)
|
||||
|
||||
Reference in New Issue
Block a user