Project

General

Profile

« Previous | Next » 

Revision 13589

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)

View differences:

vegbien.my.sql
13587 13587

  
13588 13588

  
13589 13589
--
13590
-- Name: tnrs_Name_submitted_idx; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
13591
--
13592

  
13593
CREATE INDEX `tnrs_Name_submitted_idx` ON tnrs  (`Name_submitted`);
13594

  
13595

  
13596
--
13590 13597
-- Name: tnrs__valid_match; Type: INDEX; Schema: TNRS; Owner: -; Tablespace: 
13591 13598
--
13592 13599

  

Also available in: Unified diff