Skip to content
Snippets Groups Projects
Commit 537c7e99 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

renamed to patch_38_39_a.sql (for easier parsing by scripts)

parent 8c36d61c
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