Skip to content
Snippets Groups Projects
Commit 105a0526 authored by Michael Schuster's avatar Michael Schuster
Browse files

Added patch_56_57c, which adds ALT_GENE to the external_db.type enumeration.

parent b9dc5742
No related branches found
No related tags found
No related merge requests found
# patch_56_57_c.sql
#
# title: Modify the external_db.type enumeration
#
# description:
# Modify the external_db.type enumeration so that it also includes 'ALT_GENE'.
ALTER TABLE external_db MODIFY type ENUM('ARRAY', 'ALT_TRANS', 'ALT_GENE', 'MISC', 'LIT', 'PRIMARY_DB_SYNONYM', 'ENSEMBL');
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_56_57_c.sql|external_db_type_enum');
......@@ -835,8 +835,10 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, "schema_versio
# patches included in this schema file
# NOTE: at beginning of release cycle, remove patch entries from last release
# NOTE: Avoid line breaks in values
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_56_57_a.sql|schema_version');
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_56_57_b.sql|affy_analysis_tidy');
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_56_57_c.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