feat(crm): add deal create/update controls with status and payment
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Deal" ADD COLUMN "paidAmount" INTEGER;
|
||||
|
||||
@@ -342,6 +342,7 @@ model Deal {
|
||||
title String
|
||||
stage String
|
||||
amount Int?
|
||||
paidAmount Int?
|
||||
nextStep String?
|
||||
summary String?
|
||||
currentStepId String?
|
||||
|
||||
Reference in New Issue
Block a user