From 73a46efdef5b1587edc803473e3924bc1e6e8b6a Mon Sep 17 00:00:00 2001 From: "adel.ka" Date: Thu, 4 Dec 2025 13:43:33 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../citizen_tables/property/parallel/property_flow.hpl | 4 ++-- .../citizen_tables/property/parallel/property_flow_delta.hpl | 4 ++-- .../citizen_tables/property/parallel/property_flow_repeat.hpl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mappings/info_recruits/citizen_tables/property/parallel/property_flow.hpl b/mappings/info_recruits/citizen_tables/property/parallel/property_flow.hpl index 8d64606..1fd23c6 100644 --- a/mappings/info_recruits/citizen_tables/property/parallel/property_flow.hpl +++ b/mappings/info_recruits/citizen_tables/property/parallel/property_flow.hpl @@ -412,7 +412,7 @@ and recruitment_id = '${IDM_ID}'; to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL, @@ -433,7 +433,7 @@ and recruitment_id = '${IDM_ID}'; to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL, diff --git a/mappings/info_recruits/citizen_tables/property/parallel/property_flow_delta.hpl b/mappings/info_recruits/citizen_tables/property/parallel/property_flow_delta.hpl index 4587e4f..f2c7137 100644 --- a/mappings/info_recruits/citizen_tables/property/parallel/property_flow_delta.hpl +++ b/mappings/info_recruits/citizen_tables/property/parallel/property_flow_delta.hpl @@ -542,7 +542,7 @@ and recruitment_id = '${IDM_ID}'; to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL, @@ -564,7 +564,7 @@ and recruitment_id = '${IDM_ID}'; to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL, diff --git a/mappings/info_recruits/citizen_tables/property/parallel/property_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/property/parallel/property_flow_repeat.hpl index 8e25d53..1277745 100644 --- a/mappings/info_recruits/citizen_tables/property/parallel/property_flow_repeat.hpl +++ b/mappings/info_recruits/citizen_tables/property/parallel/property_flow_repeat.hpl @@ -513,7 +513,7 @@ DO UPDATE SET to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL, @@ -534,7 +534,7 @@ DO UPDATE SET to_date(property_data ->> 'dataSved', 'YYYY-MM-DD'), NULL, NULL, - property_data ->> 'naimVid', + property_data ->> 'kodVid', NULL, NULL, NULL,