feat(dm): added article description into the historical data

This commit is contained in:
2025-11-25 14:58:47 -06:00
parent cd53460bec
commit 7311372ba8
6 changed files with 2246 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "forecast_Data" ADD COLUMN "description" text;--> statement-breakpoint
ALTER TABLE "lease_invoices" ADD COLUMN "comment" text;