Project

General

Profile

« Previous | Next » 

Revision 14277

inputs/.TNRS/schema.sql: _matched_has_accepted: renamed to matched_has_accepted because the leading _ did not create vertical alignment anyway, due to different quoting syntaxes

View differences:

vegbien.my.sql
15472 15472
    `[accepted_]infraspecificEpithet__@DwC__@vegpath.org` varchar(255),
15473 15473
    `[matched_]scientificName[_with_author]__@DwC__@vegpath.org` varchar(255),
15474 15474
    `[accepted_]scientificName[_with_author]__@DwC__@vegpath.org` varchar(255),
15475
    _matched_has_accepted int(1)
15475
    matched_has_accepted int(1)
15476 15476
);
15477 15477

  
15478 15478

  
......
15547 15547

  
15548 15548

  
15549 15549
--
15550
-- Name: COLUMN taxon_match._matched_has_accepted; Type: COMMENT; Schema: TNRS; Owner: -
15550
-- Name: COLUMN taxon_match.matched_has_accepted; Type: COMMENT; Schema: TNRS; Owner: -
15551 15551
--
15552 15552

  
15553 15553

  

Also available in: Unified diff