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

Fix syntax error.

parent ee83b643
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@
# 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;
ALTER table external_synonym MODIFY synonym VARCHAR(100) NOT NULL;
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
......
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