diff --git a/configuration/etl/etl_tables.d/jobs/xdw/hosts.json b/configuration/etl/etl_tables.d/jobs/xdw/hosts.json index 912fdc294c..27695c8bcf 100644 --- a/configuration/etl/etl_tables.d/jobs/xdw/hosts.json +++ b/configuration/etl/etl_tables.d/jobs/xdw/hosts.json @@ -42,6 +42,14 @@ ], "type": "BTREE", "is_unique": true + }, + { + "name": "host_origin_id_idx", + "columns": [ + "host_origin_id" + ], + "type": "BTREE", + "is_unique": false } ], "triggers": [] diff --git a/configuration/etl/etl_tables.d/jobs/xdw/job-tasks.json b/configuration/etl/etl_tables.d/jobs/xdw/job-tasks.json index 4f1721e33f..d4ed811823 100644 --- a/configuration/etl/etl_tables.d/jobs/xdw/job-tasks.json +++ b/configuration/etl/etl_tables.d/jobs/xdw/job-tasks.json @@ -400,6 +400,14 @@ ], "type": "BTREE", "is_unique": true + }, + { + "name": "job_id_origin_id_idx", + "columns": [ + "job_id_origin_id" + ], + "type": "BTREE", + "is_unique": false } ], "triggers": []