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

fixed deleting of a database

parent d463cb3c
No related branches found
No related tags found
6 merge requests!81New stable release,!43Merge dev to master,!23Sprint results,!20Pull Request,!19Pull Request,!18Merge Conflicts
...@@ -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