Revision 870
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/vegbien.my.sql | ||
---|---|---|
3495 | 3495 |
|
3496 | 3496 |
|
3497 | 3497 |
-- |
3498 |
-- Name: aggregateoccurrence_taxonoccurrence_1_to_1; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
|
3499 |
-- |
|
3500 |
|
|
3501 |
ALTER TABLE aggregateoccurrence |
|
3502 |
ADD CONSTRAINT aggregateoccurrence_taxonoccurrence_1_to_1 UNIQUE (taxonoccurrence_id); |
|
3503 |
|
|
3504 |
|
|
3505 |
-- |
|
3506 | 3498 |
-- Name: classcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
3507 | 3499 |
-- |
3508 | 3500 |
|
schemas/vegbien.sql | ||
---|---|---|
3941 | 3941 |
|
3942 | 3942 |
|
3943 | 3943 |
-- |
3944 |
-- Name: aggregateoccurrence_taxonoccurrence_1_to_1; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
|
3945 |
-- |
|
3946 |
|
|
3947 |
ALTER TABLE ONLY aggregateoccurrence |
|
3948 |
ADD CONSTRAINT aggregateoccurrence_taxonoccurrence_1_to_1 UNIQUE (taxonoccurrence_id); |
|
3949 |
|
|
3950 |
|
|
3951 |
-- |
|
3952 | 3944 |
-- Name: classcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: |
3953 | 3945 |
-- |
3954 | 3946 |
|
Also available in: Unified diff
vegbien.sql: Removed the taxonOccurrence:aggregateOccurrence 1:1 constraint