Project

General

Profile

« Previous | Next » 

Revision 7829

inputs/.TNRS/schema.sql: MatchedTaxon: Name_matched: Fixed mapping to matchedTaxonName

View differences:

schema.sql
87 87
CREATE OR REPLACE VIEW "MatchedTaxon" AS
88 88
SELECT
89 89
  "Time_submitted" AS "*Name_matched.Time_submitted"
90
, "Name_matched" AS "concatenatedScientificName"
90
, "Name_matched" AS "matchedTaxonName"
91 91
, "Name_matched_rank" AS "matchedTaxonRank"
92 92
, "Name_score" AS "*Name_matched.Name_score"
93 93
, "Name_matched_author" AS "matchedScientificNameAuthorship"

Also available in: Unified diff