fix(forecast table): correction to the customer article number

This commit is contained in:
2025-11-01 00:09:06 -05:00
parent b8a9aa5132
commit ebe5c0bd5a

View File

@@ -0,0 +1,2 @@
ALTER TABLE "forecast_Data" RENAME COLUMN "customer_article_number" TO "customer_article_no";--> statement-breakpoint
ALTER TABLE "forecast_Data" DROP COLUMN "customer_id";