Revision 5297
Added by Aaron Marcuse-Kubitza over 12 years ago
vegbien.my.sql | ||
---|---|---|
3962 | 3962 |
|
3963 | 3963 |
|
3964 | 3964 |
-- |
3965 |
-- Name: taxonconcept_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
|
3965 |
-- Name: taxonconcept_0_unique_identifying_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
|
3966 | 3966 |
-- |
3967 | 3967 |
|
3968 |
CREATE UNIQUE INDEX taxonconcept_accessioncode_index ON taxonconcept (accessioncode); |
|
3969 | 3968 |
|
3970 | 3969 |
|
3970 |
|
|
3971 | 3971 |
-- |
3972 |
-- Name: taxonconcept_unique_within_creator_by_identifying_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
|
3972 |
-- Name: taxonconcept_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
|
3973 | 3973 |
-- |
3974 | 3974 |
|
3975 |
CREATE UNIQUE INDEX taxonconcept_accessioncode_index ON taxonconcept (accessioncode); |
|
3975 | 3976 |
|
3976 | 3977 |
|
3977 |
|
|
3978 | 3978 |
-- |
3979 | 3979 |
-- Name: taxonconcept_unique_within_parent; Type: INDEX; Schema: public; Owner: -; Tablespace: |
3980 | 3980 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: Renamed taxonconcept_unique_within_creator_by_identifying_name to taxonconcept_0_unique_identifying_name to ensure that it is always applied before taxonconcept_unique_within_parent if both collide