This commit is contained in:
phaichayon
2026-06-25 16:53:11 +07:00
parent 5a83040077
commit e72bdfd170
4 changed files with 4352 additions and 46 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE "crm_opportunities" ADD COLUMN "outcome_status" text DEFAULT 'open' NOT NULL;--> statement-breakpoint
ALTER TABLE "crm_opportunities" ADD COLUMN "closed_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "crm_opportunities" ADD COLUMN "lost_detail" text;--> statement-breakpoint
ALTER TABLE "crm_opportunities" ADD COLUMN "cancel_reason" text;--> statement-breakpoint
ALTER TABLE "crm_opportunities" ADD COLUMN "no_quotation_reason" text;

File diff suppressed because it is too large Load Diff

View File

@@ -8,6 +8,13 @@
"when": 1782359607850,
"tag": "0000_hard_butterfly",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1782381033930,
"tag": "0001_lazy_otto_octavius",
"breakpoints": true
}
]
}