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

Merge branch '302-failure-during-database-initialisation' into 'master'

Resolve "failure during database initialisation"

Closes #302

See merge request piotr.gawron/minerva!217
parents 462a4f08 017a9a3d
No related branches found
No related tags found
1 merge request!217Resolve "failure during database initialisation"
Pipeline #
minerva (12.0.0~alpha.1) unstable; urgency=medium
* Feature: reordering of data overlays is supported
* Bug fix: db script fixed
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 12 Mar 2018 15:00:00 +0200
minerva (12.0.0~alpha.0) unstable; urgency=medium minerva (12.0.0~alpha.0) unstable; urgency=medium
* Feature: support for STRING, STITCH, KEGG, CAZy, BRENDA annotators * Feature: support for STRING, STITCH, KEGG, CAZy, BRENDA annotators
* Feature: annotations contain info about source (there is difference * Feature: annotations contain info about source (there is difference
......
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