Project

General

Profile

« Previous | Next » 

Revision 13587

fix: inputs/.TNRS/schema.sql: tnrs: removed unique constraint on Name_submitted, Name_matched because there can be more than one match with the same Name_matched (but different accepted names, etc.)

View differences:

schema.sql
710 710

  
711 711

  
712 712
--
713
-- Name: tnrs_Name_submitted_Name_matched_key; Type: CONSTRAINT; Schema: TNRS; Owner: -; Tablespace: 
714
--
715

  
716
ALTER TABLE ONLY tnrs
717
    ADD CONSTRAINT "tnrs_Name_submitted_Name_matched_key" UNIQUE ("Name_submitted", "Name_matched");
718

  
719

  
720
--
721 713
-- Name: tnrs_pkey; Type: CONSTRAINT; Schema: TNRS; Owner: -; Tablespace: 
722 714
--
723 715

  

Also available in: Unified diff