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

Add the enum value 'ENSEMBL' to the external_db.type column (primarily for eFG).

parent 859375d9
No related branches found
No related tags found
No related merge requests found
# patch_52_53_b.sql
#
# title: update schema version
#
# description:
# Add the enum value 'ENSEMBL' to the external_db.type column (primarily for eFG)
ALTER TABLE external_db MODIFY type ENUM('ARRAY', 'ALT_TRANS', 'MISC', 'LIT', 'PRIMARY_DB_SYNONYM', 'ENSEMBL');
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_52_53_b.sql|external_db_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