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 0000000000000000000000000000000000000000..6aea6b38443948a2f8999010f401d3a6f41cb16a
--- /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');