Project

General

Profile

« Previous | Next » 

Revision 11277

inputs/CVS/taxonObservation_/map.csv: collector_ID: remapped it to UNUSED and removed the join to party via it, like in VegBank

View differences:

create.sql
1 1
SELECT *
2 2
FROM "taxonObservation"
3 3
LEFT JOIN "taxonInterpretation" USING ("TAXONOBSERVATION_ID")
4
LEFT JOIN party collector ON collector."PARTY_ID" = "taxonInterpretation"."collector_ID"
5 4
LEFT JOIN "plantConcept_" USING ("PLANTCONCEPT_ID")
6 5
;

Also available in: Unified diff