Project

General

Profile

« Previous | Next » 

Revision 11503

schemas/vegbien.sql: taxondetermination.is_datasource_current: renamed to iscurrent__verbatim and made it nullable, so that this can be used to store the verbatim iscurrent status

View differences:

vegbien.my.sql
1581 1581
    determinationtype varchar(255),
1582 1582
    reference_id int(11),
1583 1583
    isoriginal int(1) DEFAULT false NOT NULL,
1584
    is_datasource_current int(1) DEFAULT false NOT NULL,
1584
    iscurrent__verbatim int(1),
1585 1585
    iscurrent int(1) DEFAULT false NOT NULL,
1586 1586
    taxonfit varchar(255),
1587 1587
    taxonconfidence varchar(255),

Also available in: Unified diff