Project

General

Profile

« Previous | Next » 

Revision 11990

schemas/vegbien.sql: projectcontributor: added missing unique constraint

View differences:

vegbien.my.sql
6483 6483

  
6484 6484

  
6485 6485
--
6486
-- Name: projectcontributor_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
6487
--
6488

  
6489
ALTER TABLE projectcontributor
6490
    ADD CONSTRAINT projectcontributor_unique UNIQUE (project_id, party_id);
6491

  
6492

  
6493
--
6486 6494
-- Name: provider_count_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
6487 6495
--
6488 6496

  

Also available in: Unified diff