Skip to content

Commit

Permalink
Update the schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed May 26, 2020
1 parent a32ba43 commit 422ca73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion individualsTable-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}],
"primaryKey" : "IndividualID",
"foreignKeys": [{
"columnReference": "IndividualID",
"columnReference": "SiteID",
"reference": {
"resource": "sites.csv",
"columnReference": "SiteID"
Expand Down
2 changes: 1 addition & 1 deletion sitesTable-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
},
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#source"
}],
"primaryKey": "ID"
"primaryKey": "SiteID"
}

0 comments on commit 422ca73

Please sign in to comment.