Revision 13589
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
725 | 725 |
|
726 | 726 |
|
727 | 727 |
-- |
728 |
-- Name: tnrs_Name_submitted_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
|
729 |
-- |
|
730 |
|
|
731 |
CREATE INDEX "tnrs_Name_submitted_idx" ON tnrs USING btree ("Name_submitted"); |
|
732 |
|
|
733 |
|
|
734 |
-- |
|
728 | 735 |
-- Name: tnrs__valid_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: |
729 | 736 |
-- |
730 | 737 |
|
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)