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

NO_DISPLAY added to object_xref status

parent c26dd3dd
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ CREATE TABLE object_xref (
'DIRECT', 'SEQUENCE_MATCH',
'INFERRED_PAIR', 'PROBE',
'UNMAPPED', 'COORDINATE_OVERLAP' ),
ox_status ENUM( 'DUMP_OUT','FAILED_PRIORITY', 'FAILED_CUTOFF') NOT NULL DEFAULT 'DUMP_OUT',
ox_status ENUM( 'DUMP_OUT','FAILED_PRIORITY', 'FAILED_CUTOFF', 'NO_DISPLAY') NOT NULL DEFAULT 'DUMP_OUT',
-- set ox_status to 0 if non used priority_xref or failed cutoff
unused_priority INT UNSIGNED,
......
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