Project

General

Profile

« Previous | Next » 

Revision 5174

schemas/vegbien.sql: placepath: Removed no longer used placepath_unique constraint on place_id. Removed place_id from placepath_unique_within_datasource_by_name unique index because otherranks is now used to store custom ranks.

View differences:

vegbien.my.sql
3445 3445

  
3446 3446

  
3447 3447
--
3448
-- Name: placepath_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3449
--
3450

  
3451
ALTER TABLE placepath
3452
    ADD CONSTRAINT placepath_unique UNIQUE (place_id);
3453

  
3454

  
3455
--
3456 3448
-- Name: plant_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3457 3449
--
3458 3450

  

Also available in: Unified diff