Revision 604
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/vegbien.sql | ||
---|---|---|
5652 | 5652 |
|
5653 | 5653 |
|
5654 | 5654 |
-- |
5655 |
-- Name: taxondetermination_keys; Type: INDEX; Schema: public; Owner: -; Tablespace: |
|
5656 |
-- |
|
5657 |
|
|
5658 |
CREATE UNIQUE INDEX taxondetermination_keys ON taxondetermination USING btree (taxonoccurrence_id, role_id, (COALESCE(party_id, 0)), plantconcept_id); |
|
5659 |
|
|
5660 |
|
|
5661 |
-- |
|
5655 | 5662 |
-- Name: taxondetermination_party_id_x; Type: INDEX; Schema: public; Owner: -; Tablespace: |
5656 | 5663 |
-- |
5657 | 5664 |
|
Also available in: Unified diff
vegbien.sql: Added taxondetermination UNIQUE constraint