Project

General

Profile

« Previous | Next » 

Revision 12511

fix: schemas/vegbien.sql: location: added index on top_plot

View differences:

trunk/schemas/vegbien.my.sql
7924 7924

  
7925 7925

  
7926 7926
--
7927
-- Name: location_top_plot; Type: INDEX; Schema: public; Owner: -; Tablespace: 
7928
--
7929

  
7930
CREATE INDEX location_top_plot ON location  (top_plot);
7931

  
7932

  
7933
--
7927 7934
-- Name: location_unique_within_creator_by_authorlocationcode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
7928 7935
--
7929 7936

  
trunk/schemas/vegbien.sql
10415 10415

  
10416 10416

  
10417 10417
--
10418
-- Name: location_top_plot; Type: INDEX; Schema: public; Owner: -; Tablespace: 
10419
--
10420

  
10421
CREATE INDEX location_top_plot ON location USING btree (top_plot);
10422

  
10423

  
10424
--
10418 10425
-- Name: location_unique_within_creator_by_authorlocationcode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
10419 10426
--
10420 10427

  

Also available in: Unified diff