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

Add UNKNOWN to gene and transctipy status.

parent d618cc2c
No related branches found
No related tags found
No related merge requests found
# patch_38_39_e
#
# title: unknown status enum
#
# description:
# this patch adds a new status of UNKNOWN to the enumeration in gene & transcript
ALTER TABLE gene CHANGE COLUMN status status enum('KNOWN','NOVEL','PUTATIVE','PREDICTED','KNOWN_BY_PROJECTION', 'UNKNOWN');
ALTER TABLE transcript CHANGE COLUMN status status enum('KNOWN','NOVEL','PUTATIVE','PREDICTED','KNOWN_BY_PROJECTION', 'UNKNOWN');
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_38_39_e.sql|unknown_status_enum');
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