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

fixed deleting of a database

Former-commit-id: f5c4133d
parent f7973e85
No related branches found
No related tags found
1 merge request!23Sprint results
...@@ -61,6 +61,7 @@ public class DatabaseService { ...@@ -61,6 +61,7 @@ public class DatabaseService {
return opt.get(); return opt.get();
} }
@Transactional
public void delete(Long databaseId) throws DatabaseNotFoundException, ImageNotSupportedException, public void delete(Long databaseId) throws DatabaseNotFoundException, ImageNotSupportedException,
DatabaseConnectionException, DatabaseMalformedException { DatabaseConnectionException, DatabaseMalformedException {
log.debug("get database id {}", databaseId); 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