Skip to content

Commit

Permalink
0005781: DBCompare --use-sym-config true
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Quamme authored and Catherine Quamme committed May 12, 2023
1 parent 7b03660 commit d34540e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -308,8 +308,8 @@ protected List<DbCompareTables> getTablesToCompare() {
}

protected List<DbCompareTables> loadTablesFromConfig() {
String sourceNodeGroupId = sourceEngine.getNodeService().getCachedIdentity().getNodeGroupId();
String targetNodeGroupId = targetEngine.getNodeService().getCachedIdentity().getNodeGroupId();
String sourceNodeGroupId = sourceEngine.getNodeService().findIdentity(true, true).getNodeGroupId();
String targetNodeGroupId = targetEngine.getNodeService().findIdentity(true, true).getNodeGroupId();
List<TriggerRouter> triggerRouters = sourceEngine.getTriggerRouterService()
.getTriggerRoutersForSourceAndTargetNodes(sourceNodeGroupId, targetNodeGroupId);
Set<String> configTables = TableConstants.getTables(sourceEngine.getTablePrefix());
Expand Down

0 comments on commit d34540e

Please sign in to comment.