Revision 13874
Added by Aaron Marcuse-Kubitza over 10 years ago
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
inputs/.TNRS/schema.sql: taxon_match: added taxon_match__one_selected_match unique index