diff --git a/mappings/info_recruits/citizen_tables/education/educational_institution_learning/constants/education_constants_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/education/educational_institution_learning/constants/education_constants_flow_repeat.hpl
index d017ffa..b78201d 100644
--- a/mappings/info_recruits/citizen_tables/education/educational_institution_learning/constants/education_constants_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/education/educational_institution_learning/constants/education_constants_flow_repeat.hpl
@@ -109,7 +109,6 @@ AND updated_at > ?;
=
code
code
-
ervu_dashboard
@@ -236,7 +235,7 @@ AND updated_at > ?;
0
SELECT
max(update_date) as max_update_date
-FROM education_level;
+FROM ervu_dashboard.education_level;
N
@@ -261,7 +260,7 @@ FROM education_level;
0
SELECT
max(update_date) as max_update_date
-FROM educational_institution_status;
+FROM ervu_dashboard.educational_institution_status;
N
@@ -286,7 +285,7 @@ FROM educational_institution_status;
0
SELECT
max(update_date) as max_update_date
-FROM minobr_education_speciality;
+FROM ervu_dashboard.minobr_education_speciality;
N
@@ -311,7 +310,7 @@ FROM minobr_education_speciality;
0
SELECT
max(update_date) as max_update_date
-FROM minprosv_education_speciality
+FROM ervu_dashboard.minprosv_education_speciality
N
diff --git a/mappings/info_recruits/citizen_tables/education/foreign_diploma/constants/foreign_diploma_constants_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/education/foreign_diploma/constants/foreign_diploma_constants_flow_repeat.hpl
index 836ae5d..f6d8061 100644
--- a/mappings/info_recruits/citizen_tables/education/foreign_diploma/constants/foreign_diploma_constants_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/education/foreign_diploma/constants/foreign_diploma_constants_flow_repeat.hpl
@@ -126,7 +126,7 @@ AND updated_at > ?;
0
SELECT
max(update_date) as max_update_date
-FROM country_oksm;
+FROM ervu_dashboard.country_oksm;
N
diff --git a/mappings/info_recruits/citizen_tables/education/russian_diploma/constants/russian_diploma_constants_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/education/russian_diploma/constants/russian_diploma_constants_flow_repeat.hpl
index dd38d1e..8f1039d 100644
--- a/mappings/info_recruits/citizen_tables/education/russian_diploma/constants/russian_diploma_constants_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/education/russian_diploma/constants/russian_diploma_constants_flow_repeat.hpl
@@ -57,7 +57,7 @@
0
SELECT
max(update_date) as max_update_date
-FROM minobr_doc_type;
+FROM ervu_dashboard.minobr_doc_type;
N
diff --git a/mappings/info_recruits/citizen_tables/medicine/health_state/constants/health_state_constants_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/medicine/health_state/constants/health_state_constants_flow_repeat.hpl
index 78080d8..a2921a2 100644
--- a/mappings/info_recruits/citizen_tables/medicine/health_state/constants/health_state_constants_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/medicine/health_state/constants/health_state_constants_flow_repeat.hpl
@@ -77,7 +77,7 @@ AND updated_at > ?;
0
SELECT
max(update_date) as max_update_date
-FROM disease;
+FROM ervu_dashboard.disease;
N
diff --git a/mappings/info_recruits/citizen_tables/sport/constants/sport_constants_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/sport/constants/sport_constants_flow_repeat.hpl
index b495ad2..9dc2830 100644
--- a/mappings/info_recruits/citizen_tables/sport/constants/sport_constants_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/sport/constants/sport_constants_flow_repeat.hpl
@@ -57,7 +57,7 @@
0
SELECT
max(update_date) as max_update_date
-FROM russian_region;
+FROM ervu_dashboard.russian_region;
N
@@ -81,7 +81,7 @@ FROM russian_region;
0
SELECT
max(update_date) as max_update_date
-FROM sport_type;
+FROM ervu_dashboard.sport_type;
N
diff --git a/mappings/info_recruits/citizen_tables/work/work_activity/parallel/work_activity_flow_repeat.hpl b/mappings/info_recruits/citizen_tables/work/work_activity/parallel/work_activity_flow_repeat.hpl
index 39d0c54..fd1f699 100644
--- a/mappings/info_recruits/citizen_tables/work/work_activity/parallel/work_activity_flow_repeat.hpl
+++ b/mappings/info_recruits/citizen_tables/work/work_activity/parallel/work_activity_flow_repeat.hpl
@@ -151,13 +151,13 @@
error_description
-
- error_code
-
ervu-dashboard
+
Y
+
N
+
Y
Y
N
@@ -169,6 +169,7 @@ WHERE job_name = '${JOB_NAME}'
and recruitment_id = '${IDM_ID}';
+
1776