Project

General

Profile

« Previous | Next » 

Revision 13866

inputs/.TNRS/schema.sql: taxon_match: insert names via taxon_match_input auto-updatable view instead of directly into taxon_match, to allow the taxon_match columns to be renamed while still supporting inserts using the TNRS column names

View differences:

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('taxon_match')
35
tnrs_data = sql_gen.Table('taxon_match_input__copy_to')
36 36

  
37 37
def main():
38 38
    # Input

Also available in: Unified diff