From d4db2a49ea614aba1ee8b299c76869b0b8820eb0 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Wed, 21 Aug 2019 16:37:35 +0200
Subject: [PATCH] clear cache with information taken from chembl

---
 .../migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql   | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 persist/src/main/resources/db/migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql

diff --git a/persist/src/main/resources/db/migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql b/persist/src/main/resources/db/migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql
new file mode 100644
index 0000000000..6aea6b3844
--- /dev/null
+++ b/persist/src/main/resources/db/migration/13.1.4/V13.1.4.20190821__remove_chembl_cache.sql
@@ -0,0 +1 @@
+delete from cache_query_table where type in (select id from cache_type_table where class_name ='lcsb.mapviewer.annotation.services.ChEMBLParser');
-- 
GitLab