feat(datamart): psi data has been added :D

This commit is contained in:
2026-04-15 07:29:35 -05:00
parent 52a6c821f4
commit e0d0ac2077
22 changed files with 4153 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
CREATE TABLE "inv_historical_data" (
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
"hist_date" date NOT NULL,
"plant_token" text,
"article" text NOT NULL,
"article_description" text NOT NULL,
"material_type" text,
"total_QTY" text,
"available_QTY" text,
"coa_QTY" text,
"held_QTY" text,
"consignment_qty" text,
"lot_number" text,
"location_id" text,
"location" text,
"whse_id" text DEFAULT '',
"whse_name" text DEFAULT 'missing whseName',
"upd_user" text DEFAULT 'lst',
"upd_date" timestamp DEFAULT now()
);

View File

@@ -0,0 +1 @@
ALTER TABLE "inv_historical_data" ALTER COLUMN "upd_user" SET DEFAULT 'lst-system';

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -225,6 +225,20 @@
"when": 1776098377074,
"tag": "0031_numerous_the_phantom",
"breakpoints": true
},
{
"idx": 32,
"version": "7",
"when": 1776245938243,
"tag": "0032_tranquil_onslaught",
"breakpoints": true
},
{
"idx": 33,
"version": "7",
"when": 1776256060808,
"tag": "0033_elite_adam_warlock",
"breakpoints": true
}
]
}