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

Fixed SQL

parent 38ef49e5
No related branches found
No related tags found
No related merge requests found
# SQL to patch a release 33 Ensembl database schema to release 34
ALTER table object_xref CHANGE COLUMN enembl_object_type ENUM( 'RawContig', 'Transcript', 'Gene', 'Translation', 'regulatory_factor', 'regulatory_feature' ) not null;
ALTER table object_xref MODIFY ensembl_object_type ENUM( 'RawContig', 'Transcript', 'Gene', 'Translation', 'regulatory_factor', 'regulatory_feature' ) not null;
DROP TABLE regulatory_factor_transcript;
......
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