Project

General

Profile

« Previous | Next » 

Revision 13874

inputs/.TNRS/schema.sql: taxon_match: added taxon_match__one_selected_match unique index

View differences:

schema.sql
798 798

  
799 799

  
800 800
--
801
-- Name: taxon_match__one_selected_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
802
--
803

  
804
CREATE UNIQUE INDEX taxon_match__one_selected_match ON taxon_match USING btree (batch, "Name_number") WHERE ("Selected" = 'true'::text);
805

  
806

  
807
--
801 808
-- Name: taxon_match__valid_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
802 809
--
803 810

  

Also available in: Unified diff