This commit is contained in:
phaichayon
2026-06-16 13:42:38 +07:00
parent 56683ee7b9
commit edee45375e
29 changed files with 4240 additions and 51 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE "crm_quotations" ADD COLUMN "approved_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "crm_quotations" ADD COLUMN "approved_pdf_url" text;--> statement-breakpoint
ALTER TABLE "crm_quotations" ADD COLUMN "approved_snapshot" jsonb;--> statement-breakpoint
ALTER TABLE "crm_quotations" ADD COLUMN "approved_template_version_id" text;

File diff suppressed because it is too large Load Diff

View File

@@ -50,6 +50,13 @@
"when": 1781579746622,
"tag": "0006_worried_mordo",
"breakpoints": true
},
{
"idx": 7,
"version": "7",
"when": 1781589458455,
"tag": "0007_luxuriant_malice",
"breakpoints": true
}
]
}