Skip to content
Snippets Groups Projects
Commit c65c6e2f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing semicolon in migration script

parent 462a4f08
No related branches found
No related tags found
1 merge request!217Resolve "failure during database initialisation"
DELETE FROM cache_type WHERE classname = 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator'; DELETE FROM cache_type WHERE classname = 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator';
INSERT INTO cache_type(validity, classname) VALUES (365, 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator'); INSERT INTO cache_type(validity, classname) VALUES (365, 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator');
UPDATE class_annotator_annotators_table SET annotator_name = 'TAIR' WHERE annotator_name = 'TAIR Locus' UPDATE class_annotator_annotators_table SET annotator_name = 'TAIR' WHERE annotator_name = 'TAIR Locus';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment