Skip to content
Snippets Groups Projects
Commit 6444c2be authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Bugfix deleteUnexistingEntities method

parent ac6d32dc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -114,7 +114,7 @@ public class TapSchemaMender {
}
private void deleteUnexistingEntities() throws SQLException {
String tapSchemaName = tapSchema.getName();
String tapSchemaName = tapSchema.getRealName();
DBBroker tapSchemaDBBroker = tapSchema.getTapSchemaDBBroker();
Set<String> keysToRemoveIds = new HashSet<>();
......
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