Skip to content
Snippets Groups Projects
Commit cfb6fbb5 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

# patch_48_49_d.sql

#
# Title: Add new info_type to xref table
#
# Description:
# Add the ENUM 'COORDINATE_OVERLAP' to the xref.info_type column.
parent 155ba431
No related branches found
No related tags found
No related merge requests found
# patch_48_49_d.sql
#
# Title: Add new info_type to xref table
#
# Description:
# Add the ENUM 'COORDINATE_OVERLAP' to the xref.info_type column.
ALTER TABLE xref CHANGE COLUMN info_type
info_type ENUM(
'PROJECTION', 'MISC', 'DEPENDENT', 'DIRECT', 'SEQUENCE_MATCH',
'INFERRED_PAIR', 'PROBE', 'UNMAPPED', 'COORDINATE_OVERLAP'
);
# Patch identifier
INSERT INTO meta (meta_key, meta_value)
VALUES ('patch', 'patch_48_49_d.sql|new_info_type_enum');
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