Project

General

Profile

« Previous | Next » 

Revision 11990

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

View differences:

vegbien.sql
8097 8097

  
8098 8098

  
8099 8099
--
8100
-- Name: projectcontributor_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
8101
--
8102

  
8103
ALTER TABLE ONLY projectcontributor
8104
    ADD CONSTRAINT projectcontributor_unique UNIQUE (project_id, party_id);
8105

  
8106

  
8107
--
8100 8108
-- Name: provider_count_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
8101 8109
--
8102 8110

  

Also available in: Unified diff