add crm auth, email, status update and search
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s

This commit is contained in:
deonisii
2026-04-17 21:29:14 +03:00
parent 246fb6d52d
commit 4f67bca4be
16 changed files with 502 additions and 35 deletions

View File

@@ -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)