Project

General

Profile

« Previous | Next » 

Revision 13862

inputs/.TNRS/schema.sql: tnrs_match: renamed to taxon_match to use the normalized VegCore name for this, and to avoid repeating the schema name

View differences:

trunk/bin/tnrs_db
32 32

  
33 33
tnrs_input = sql_gen.Table('tnrs_input_name')
34 34
tnrs_batch = sql_gen.Table('batch')
35
tnrs_data = sql_gen.Table('tnrs_match')
35
tnrs_data = sql_gen.Table('taxon_match')
36 36

  
37 37
def main():
38 38
    # Input

Also available in: Unified diff