diff --git a/src/fr/inrialpes/exmo/align/service/SQLCache.java b/src/fr/inrialpes/exmo/align/service/SQLCache.java index 3aa0bf570f9b5fa1b86b2a3ac479e75b4a56e153..5be6149b0c8ff38b382d1f1200de7a51e65e3d73 100644 --- a/src/fr/inrialpes/exmo/align/service/SQLCache.java +++ b/src/fr/inrialpes/exmo/align/service/SQLCache.java @@ -860,6 +860,7 @@ public class SQLCache extends VolatilCache implements Cache { } } // Suppress old database if exists + st.executeUpdate("DROP TABLE IF EXISTS alignmenturis"); st.executeUpdate("DROP TABLE IF EXISTS extension"); st.executeUpdate("DROP TABLE IF EXISTS cell"); st.executeUpdate("DROP TABLE IF EXISTS dependency");