Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5e9095c3 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- forgotten to drop table alignmenturis

parent d212c337
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
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