Project

General

Profile

« Previous | Next » 

Revision 12623

fix: schemas/vegbien.sql: locationevent: added locationevent_place_visit_id index to facilitate joins to place_visit_id in the validations queries

View differences:

vegbien.my.sql
8715 8715

  
8716 8716

  
8717 8717
--
8718
-- Name: locationevent_place_visit_id; Type: INDEX; Schema: public; Owner: -; Tablespace: 
8719
--
8720

  
8721
CREATE INDEX locationevent_place_visit_id ON locationevent  (place_visit_id);
8722

  
8723

  
8724
--
8718 8725
-- Name: locationevent_previous_id_idx; Type: INDEX; Schema: public; Owner: -; Tablespace: 
8719 8726
--
8720 8727

  

Also available in: Unified diff