Revision 13589
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.sql | ||
---|---|---|
17623 | 17623 |
|
17624 | 17624 |
|
17625 | 17625 |
-- |
17626 |
-- Name: tnrs_Name_submitted_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
17627 |
-- |
|
17628 |
|
|
17629 |
CREATE INDEX "tnrs_Name_submitted_idx" ON tnrs USING btree ("Name_submitted"); |
|
17630 |
|
|
17631 |
|
|
17632 |
-- |
|
17626 | 17633 |
-- Name: tnrs__valid_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
17627 | 17634 |
-- |
17628 | 17635 |
|
Also available in: Unified diff
fix: inputs/.TNRS/schema.sql: added back index on Name_submitted, which is needed for tnrs_input_name to work properly (now that there is no automatic index created by a unique constraint)