feat(dm): standard forecast added in rest of migration to come
This commit is contained in:
13
migrations/0064_magical_lady_mastermind.sql
Normal file
13
migrations/0064_magical_lady_mastermind.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE TABLE "forecast_import" (
|
||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"receiving_plant_id" text NOT NULL,
|
||||
"documentName" text,
|
||||
"sender" text,
|
||||
"customer_id" text,
|
||||
"raw_data" jsonb DEFAULT '[]'::jsonb,
|
||||
"add_date" timestamp with time zone DEFAULT now(),
|
||||
"add_user" text DEFAULT 'lst-system',
|
||||
"upd_date" timestamp with time zone DEFAULT now(),
|
||||
"upd_user" text DEFAULT 'lst-system',
|
||||
CONSTRAINT "forecast_import_documentName_unique" UNIQUE("documentName")
|
||||
);
|
||||
1
migrations/0065_jittery_ares.sql
Normal file
1
migrations/0065_jittery_ares.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "forecast_import" DROP CONSTRAINT "forecast_import_documentName_unique";
|
||||
2783
migrations/meta/0064_snapshot.json
Normal file
2783
migrations/meta/0064_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2775
migrations/meta/0065_snapshot.json
Normal file
2775
migrations/meta/0065_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -449,6 +449,20 @@
|
||||
"when": 1781045714275,
|
||||
"tag": "0063_illegal_mauler",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 64,
|
||||
"version": "7",
|
||||
"when": 1781425987022,
|
||||
"tag": "0064_magical_lady_mastermind",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 65,
|
||||
"version": "7",
|
||||
"when": 1781426193735,
|
||||
"tag": "0065_jittery_ares",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user