Project

General

Profile

« Previous | Next » 

Revision 13581

inputs/.TNRS/schema.sql: tnrs: pkey: use match_num instead of Name_number to allow multiple matches per name, as is needed to implement #917

View differences:

schema.sql
711 711
--
712 712

  
713 713
ALTER TABLE ONLY tnrs
714
    ADD CONSTRAINT tnrs_pkey PRIMARY KEY (batch, "Name_number");
714
    ADD CONSTRAINT tnrs_pkey PRIMARY KEY (batch, match_num);
715 715

  
716 716

  
717 717
--

Also available in: Unified diff