Skip to content
Snippets Groups Projects
Commit d8e490a2 authored by Martin Weise's avatar Martin Weise
Browse files

fixed deleting of a database

parent 6304e421
No related branches found
No related tags found
2 merge requests!81New stable release,!43Merge dev to master
......@@ -61,6 +61,7 @@ public class DatabaseService {
return opt.get();
}
@Transactional
public void delete(Long databaseId) throws DatabaseNotFoundException, ImageNotSupportedException,
DatabaseConnectionException, DatabaseMalformedException {
log.debug("get database id {}", databaseId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment