From ab99e5df2e41c052e87f6a85f9a3f4c5be7e1bac Mon Sep 17 00:00:00 2001 From: Chas Nelson Date: Tue, 15 Aug 2023 10:48:26 +0100 Subject: [PATCH] feat: return to old foreign keys approach --- table_schemas/anc/5_anc_frictionlessv5.json | 2 +- table_schemas/art/5_art_frictionlessv5.json | 2 +- table_schemas/population/4_population_frictionlessv5.json | 2 +- table_schemas/survey_indicators/3_survey_inputs.json | 2 +- table_schemas/survey_indicators/4_survey_frictionlessv5.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/table_schemas/anc/5_anc_frictionlessv5.json b/table_schemas/anc/5_anc_frictionlessv5.json index b17f5a8..a1e2835 100644 --- a/table_schemas/anc/5_anc_frictionlessv5.json +++ b/table_schemas/anc/5_anc_frictionlessv5.json @@ -106,7 +106,7 @@ { "fields": "area_id", "reference": { - "resource": "inputs-unaids-geographic", + "resource": "4_geojson_frictionlessv5", "fields": "area_id" } } diff --git a/table_schemas/art/5_art_frictionlessv5.json b/table_schemas/art/5_art_frictionlessv5.json index 0d6f162..867bb1d 100644 --- a/table_schemas/art/5_art_frictionlessv5.json +++ b/table_schemas/art/5_art_frictionlessv5.json @@ -89,7 +89,7 @@ { "fields": "area_id", "reference": { - "resource": "inputs-unaids-geographic", + "resource": "4_geojson_frictionlessv5", "fields": "area_id" } } diff --git a/table_schemas/population/4_population_frictionlessv5.json b/table_schemas/population/4_population_frictionlessv5.json index 719853e..cdbc343 100644 --- a/table_schemas/population/4_population_frictionlessv5.json +++ b/table_schemas/population/4_population_frictionlessv5.json @@ -72,7 +72,7 @@ { "fields": "area_id", "reference": { - "resource": "inputs-unaids-geographic", + "resource": "4_geojson_frictionlessv5", "fields": "area_id" } } diff --git a/table_schemas/survey_indicators/3_survey_inputs.json b/table_schemas/survey_indicators/3_survey_inputs.json index 9c1c9e7..bac4a46 100644 --- a/table_schemas/survey_indicators/3_survey_inputs.json +++ b/table_schemas/survey_indicators/3_survey_inputs.json @@ -128,7 +128,7 @@ { "fields": "area_id", "reference": { - "resource": "inputs-unaids-geographic", + "resource": "4_geojson_frictionlessv5", "fields": "area_id" } } diff --git a/table_schemas/survey_indicators/4_survey_frictionlessv5.json b/table_schemas/survey_indicators/4_survey_frictionlessv5.json index 9c1c9e7..bac4a46 100644 --- a/table_schemas/survey_indicators/4_survey_frictionlessv5.json +++ b/table_schemas/survey_indicators/4_survey_frictionlessv5.json @@ -128,7 +128,7 @@ { "fields": "area_id", "reference": { - "resource": "inputs-unaids-geographic", + "resource": "4_geojson_frictionlessv5", "fields": "area_id" } }