Project

General

Profile

« Previous | Next » 

Revision 765

vegbien.sql: Made aggregateoccurrence:taxonoccurrence relationship 1:1

View differences:

schemas/vegbien.my.sql
3496 3496

  
3497 3497

  
3498 3498
--
3499
-- Name: aggregateoccurrence_taxonoccurrence_1_to_1; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3500
--
3501

  
3502
ALTER TABLE aggregateoccurrence
3503
    ADD CONSTRAINT aggregateoccurrence_taxonoccurrence_1_to_1 UNIQUE (taxonoccurrence_id);
3504

  
3505

  
3506
--
3499 3507
-- Name: classcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3500 3508
--
3501 3509

  
schemas/vegbien.sql
3942 3942

  
3943 3943

  
3944 3944
--
3945
-- Name: aggregateoccurrence_taxonoccurrence_1_to_1; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3946
--
3947

  
3948
ALTER TABLE ONLY aggregateoccurrence
3949
    ADD CONSTRAINT aggregateoccurrence_taxonoccurrence_1_to_1 UNIQUE (taxonoccurrence_id);
3950

  
3951

  
3952
--
3945 3953
-- Name: classcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3946 3954
--
3947 3955

  

Also available in: Unified diff