Skip to content

Commit

Permalink
make sure we get first "good" node, without the cycle number on end
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 21, 2008
1 parent f1f3827 commit cd1b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/sql/node-service-sql.xml
Expand Up @@ -38,7 +38,7 @@
<value>
select node_id, node_group_id, external_id, sync_enabled, sync_url, schema_version,
database_type, database_version, symmetric_version from ${sync.table.prefix}_node where
node_group_id = ? and external_id = ?
node_group_id = ? and external_id = ? order by node_id
</value>
</entry>
<entry key="findNodeSecuritySql">
Expand Down

0 comments on commit cd1b55a

Please sign in to comment.