feat(datamart): psi data has been added :D
This commit is contained in:
20
migrations/0032_tranquil_onslaught.sql
Normal file
20
migrations/0032_tranquil_onslaught.sql
Normal 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()
|
||||
);
|
||||
1
migrations/0033_elite_adam_warlock.sql
Normal file
1
migrations/0033_elite_adam_warlock.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "inv_historical_data" ALTER COLUMN "upd_user" SET DEFAULT 'lst-system';
|
||||
1772
migrations/meta/0032_snapshot.json
Normal file
1772
migrations/meta/0032_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1772
migrations/meta/0033_snapshot.json
Normal file
1772
migrations/meta/0033_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user