Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
d4db2a49
Commit
d4db2a49
authored
Aug 21, 2019
by
Piotr Gawron
Browse files
clear cache with information taken from chembl
parent
9b1710e4
Pipeline
#12951
passed with stage
in 9 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
persist/src/main/resources/db/migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql
0 → 100644
View file @
d4db2a49
delete
from
cache_query_table
where
type
in
(
select
id
from
cache_type_table
where
class_name
=
'lcsb.mapviewer.annotation.services.ChEMBLParser'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment