Skip to content
Snippets Groups Projects
Commit e18037fa authored by Ian Longden's avatar Ian Longden
Browse files

go_xref types that were missed somehow have now been added

parent 0aa32d0c
No related branches found
No related tags found
No related merge requests found
# patch_54_55_b.sql
#
# title: Add missing GO_XREF types
#
# description:
# Add missing GO_XREF enums that are missing
ALTER TABLE go_xref MODIFY COLUMN linkage_type enum('IC','IDA','IEA','IEP','IGI','IMP','IPI','ISS','NAS','ND','TAS','NR','RCA','EXP','ISO','ISA','ISM','IGC');
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_54_55_b.sql|add_go_xrefs_types');
\ No newline at end of file
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