Skip to content

Commit

Permalink
SYMMETRICDS-170
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 11, 2010
1 parent 3421767 commit 25f7e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void disableSyncTriggers(String nodeId) {

public void enableSyncTriggers() {
jdbcTemplate.queryForInt(String.format("values %s_sync_triggers_set_disabled(0)", tablePrefix));
jdbcTemplate.queryForInt(String.format("values %s_sync_node_set_disabled(null)", tablePrefix));
jdbcTemplate.queryForObject(String.format("values %s_sync_node_set_disabled(null)", tablePrefix), String.class);
}

public String getSyncTriggersExpression() {
Expand Down

0 comments on commit 25f7e8c

Please sign in to comment.