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

added PATCH_FIX and PATCH_NOVEL to types

parent fd30cc49
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ CREATE TABLE `assembly_exception` (
`seq_region_id` int(11) NOT NULL default '0',
`seq_region_start` int(11) NOT NULL default '0',
`seq_region_end` int(11) NOT NULL default '0',
`exc_type` enum('HAP','PAR') collate latin1_bin NOT NULL default 'HAP',
`exc_type` enum('HAP','PAR','PATCH_NOVEL','PATCH_FIX') collate latin1_bin NOT NULL default 'HAP',
`exc_seq_region_id` int(11) NOT NULL default '0',
`exc_seq_region_start` int(11) NOT NULL default '0',
`exc_seq_region_end` int(11) NOT NULL default '0',
......
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