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

Add NOT NULL constraint to type.

parent 71160916
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# description:
# Add probe2transcript to type enum in unmapped_object
ALTER TABLE unmapped_object CHANGE COLUMN type type ENUM('xref','cDNA','Marker', 'probe2transcript');
ALTER TABLE unmapped_object CHANGE COLUMN type type ENUM('xref','cDNA','Marker', 'probe2transcript') NOT NULL;
# patch identifier
......
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