Project

General

Profile

« Previous | Next » 

Revision 13874

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

View differences:

vegbien.sql
19855 19855

  
19856 19856

  
19857 19857
--
19858
-- Name: taxon_match__one_selected_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
19859
--
19860

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

  
19863

  
19864
--
19858 19865
-- Name: taxon_match__valid_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
19859 19866
--
19860 19867

  

Also available in: Unified diff