Revision 11103
Added by Aaron Marcuse-Kubitza about 11 years ago
schemas/vegbien.my.sql | ||
---|---|---|
4642 | 4642 |
|
4643 | 4643 |
|
4644 | 4644 |
-- |
4645 |
-- Name: locationeventcontributor_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
|
4646 |
-- |
|
4647 |
|
|
4648 |
ALTER TABLE locationeventcontributor |
|
4649 |
ADD CONSTRAINT locationeventcontributor_unique UNIQUE (locationevent_id, party_id); |
|
4650 |
|
|
4651 |
|
|
4652 |
-- |
|
4645 | 4653 |
-- Name: locationeventsynonym_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
4646 | 4654 |
-- |
4647 | 4655 |
|
schemas/vegbien.sql | ||
---|---|---|
5930 | 5930 |
|
5931 | 5931 |
|
5932 | 5932 |
-- |
5933 |
-- Name: locationeventcontributor_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
|
5934 |
-- |
|
5935 |
|
|
5936 |
ALTER TABLE ONLY locationeventcontributor |
|
5937 |
ADD CONSTRAINT locationeventcontributor_unique UNIQUE (locationevent_id, party_id); |
|
5938 |
|
|
5939 |
|
|
5940 |
-- |
|
5933 | 5941 |
-- Name: locationeventsynonym_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
5934 | 5942 |
-- |
5935 | 5943 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: locationeventcontributor: added missing unique constraint (locationeventcontributor_unique)