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

First patch file for 38->39. Adds 'KNOWN_BY_PROJECTION' to enumerations for...

First patch file for 38->39. Adds 'KNOWN_BY_PROJECTION' to enumerations for status in gene and transcript.

Note new patch file naming convention.
parent 691a194d
No related branches found
No related tags found
No related merge requests found
# Add a new status to the enumeration in gene & transcript
ALTER TABLE gene CHANGE COLUMN status status enum('KNOWN','NOVEL','PUTATIVE','PREDICTED','KNOWN_BY_PROJECTION');
ALTER TABLE transcript CHANGE COLUMN status status enum('KNOWN','NOVEL','PUTATIVE','PREDICTED','KNOWN_BY_PROJECTION');
\ 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