taks-d.2.1

This commit is contained in:
phaichayon
2026-06-17 14:46:52 +07:00
parent 0a484e0b45
commit 5be6c54272
39 changed files with 6254 additions and 316 deletions

View File

@@ -0,0 +1,13 @@
CREATE TABLE "crm_enquiry_customers" (
"id" text PRIMARY KEY NOT NULL,
"organization_id" text NOT NULL,
"enquiry_id" text NOT NULL,
"customer_id" text NOT NULL,
"role" text NOT NULL,
"remark" text,
"created_at" timestamp with time zone DEFAULT now() NOT NULL,
"updated_at" timestamp with time zone DEFAULT now() NOT NULL,
"deleted_at" timestamp with time zone
);
--> statement-breakpoint
ALTER TABLE "crm_quotation_customers" ADD COLUMN "remark" text;

File diff suppressed because it is too large Load Diff

View File

@@ -71,6 +71,13 @@
"when": 1781603421415,
"tag": "0009_lazy_shard",
"breakpoints": true
},
{
"idx": 10,
"version": "7",
"when": 1781675409847,
"tag": "0010_calm_wendell_rand",
"breakpoints": true
}
]
}