Skip to content

Commit

Permalink
feat: return to old foreign keys approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 15, 2023
1 parent 4127014 commit ab99e5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion table_schemas/anc/5_anc_frictionlessv5.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{
"fields": "area_id",
"reference": {
"resource": "inputs-unaids-geographic",
"resource": "4_geojson_frictionlessv5",
"fields": "area_id"
}
}
Expand Down
2 changes: 1 addition & 1 deletion table_schemas/art/5_art_frictionlessv5.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
"fields": "area_id",
"reference": {
"resource": "inputs-unaids-geographic",
"resource": "4_geojson_frictionlessv5",
"fields": "area_id"
}
}
Expand Down
2 changes: 1 addition & 1 deletion table_schemas/population/4_population_frictionlessv5.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
"fields": "area_id",
"reference": {
"resource": "inputs-unaids-geographic",
"resource": "4_geojson_frictionlessv5",
"fields": "area_id"
}
}
Expand Down
2 changes: 1 addition & 1 deletion table_schemas/survey_indicators/3_survey_inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"fields": "area_id",
"reference": {
"resource": "inputs-unaids-geographic",
"resource": "4_geojson_frictionlessv5",
"fields": "area_id"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"fields": "area_id",
"reference": {
"resource": "inputs-unaids-geographic",
"resource": "4_geojson_frictionlessv5",
"fields": "area_id"
}
}
Expand Down

0 comments on commit ab99e5d

Please sign in to comment.