Skip to content
Snippets Groups Projects
Commit 34503b4c authored by Glenn Proctor's avatar Glenn Proctor
Browse files

go_xref->ontology_xref for release 60.

parent 91e007c8
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,8 @@ ALTER table gene_archive ADD FOREIGN KEY (peptide_archive_id) REFERENCES peptide ...@@ -62,8 +62,8 @@ ALTER table gene_archive ADD FOREIGN KEY (peptide_archive_id) REFERENCES peptide
ALTER table gene_stable_id ADD FOREIGN KEY (gene_id) REFERENCES gene(gene_id); ALTER table gene_stable_id ADD FOREIGN KEY (gene_id) REFERENCES gene(gene_id);
ALTER table go_xref ADD FOREIGN KEY (object_xref_id) REFERENCES object_xref(object_xref_id); ALTER table ontology_xref ADD FOREIGN KEY (object_xref_id) REFERENCES object_xref(object_xref_id);
ALTER table go_xref ADD FOREIGN KEY (source_xref_id) REFERENCES xref(xref_id); ALTER table ontology_xref ADD FOREIGN KEY (source_xref_id) REFERENCES xref(xref_id);
ALTER table identity_xref ADD FOREIGN KEY (object_xref_id) REFERENCES object_xref(object_xref_id); ALTER table identity_xref ADD FOREIGN KEY (object_xref_id) REFERENCES object_xref(object_xref_id);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment