Skip to content
Snippets Groups Projects
Commit 9537ddc8 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Patch file patch_61_62_b.sql, extends field synonym in external_synonym table to 100 chars.

parent 3eec4d74
No related branches found
No related tags found
No related merge requests found
# patch_61_62_b.sql
#
# Title: 'Synonym' field extension.
#
# Description:
# Extend field 'synonym' in 'external_synonym' table to 100 chars
# to support some very long synonyms in D. melanogaster.
ALTER table external_synonym MODIFY VARCHAR(100) NOT NULL;
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_61_62_b.sql|synonym_field_extension');
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