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

ensembl_object_type needs to be reset to NOT NULL

parent 12654675
No related branches found
No related tags found
No related merge requests found
# patch_48_49_e.sql
#
# ensembl_object_type_not_null
#
# description:
# ensembl_object_type not null
ALTER TABLE object_xref CHANGE COLUMN ensembl_object_type
ensembl_object_type ENUM('RawContig', 'Transcript', 'Gene',
'Translation') NOT NULL;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_48_49_e.sql|ensembl_object_type_not_null');
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