From ebe5c0bd5a883b1cbe87f7f9932fd803e80e7fae Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 1 Nov 2025 00:09:06 -0500 Subject: [PATCH] fix(forecast table): correction to the customer article number --- migrations/0026_heavy_robin_chapel.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/0026_heavy_robin_chapel.sql diff --git a/migrations/0026_heavy_robin_chapel.sql b/migrations/0026_heavy_robin_chapel.sql new file mode 100644 index 0000000..431dbaa --- /dev/null +++ b/migrations/0026_heavy_robin_chapel.sql @@ -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"; \ No newline at end of file