Revision 4942
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.my.sql | ||
---|---|---|
5029 | 5029 |
-- Name: taxonpath_canon_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - |
5030 | 5030 |
-- |
5031 | 5031 |
|
5032 |
ALTER TABLE taxonpath |
|
5033 |
ADD CONSTRAINT taxonpath_canon_id_fkey FOREIGN KEY (canon_id) REFERENCES taxonpath(taxonpath_id) ON UPDATE CASCADE ON DELETE CASCADE; |
|
5032 | 5034 |
|
5033 | 5035 |
|
5034 |
|
|
5035 | 5036 |
-- |
5036 | 5037 |
-- Name: taxonpath_datasource_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - |
5037 | 5038 |
-- |
Also available in: Unified diff
schemas/filter_ERD.csv: Don't filter out fkeys from taxonpath to itself