Revision 13862
Added by Aaron Marcuse-Kubitza over 10 years ago
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
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