task-d.6.2

This commit is contained in:
phaichayon
2026-07-01 13:57:16 +07:00
parent 0a144f0f9e
commit ed28ff6b50
71 changed files with 4137 additions and 51727 deletions

View File

@@ -0,0 +1,11 @@
ALTER TABLE "crm_opportunities"
ADD COLUMN "project_close_date" timestamp with time zone,
ADD COLUMN "delivery_date" timestamp with time zone,
ADD COLUMN "hot_project_auto_suggested" boolean DEFAULT false NOT NULL,
ADD COLUMN "hot_project_manually_overridden" boolean DEFAULT false NOT NULL;
ALTER TABLE "crm_quotations"
ADD COLUMN "project_close_date" timestamp with time zone,
ADD COLUMN "delivery_date" timestamp with time zone,
ADD COLUMN "hot_project_auto_suggested" boolean DEFAULT false NOT NULL,
ADD COLUMN "hot_project_manually_overridden" boolean DEFAULT false NOT NULL;