Skip to content

Commit

Permalink
during registration, send sym_node row of parent node
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 29, 2009
1 parent 64d2bfe commit 3dc4702
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -26,10 +26,11 @@
</entry>
<entry key="$[sym.sync.table.prefix]_node">
<value>
node_id = '$(nodeId)' or (node_group_id in (select source_node_group_id from
node_id = '$(nodeId)' or node_id = (select node_id from $[sym.sync.table.prefix]_node_identity)
or ((node_group_id in (select source_node_group_id from
$[sym.sync.table.prefix]_node_group_link where target_node_group_id = '$(groupId)') or
node_group_id in (select target_node_group_id from $[sym.sync.table.prefix]_node_group_link
where source_node_group_id = '$(groupId)') and created_at_node_id=(select node_id from $[sym.sync.table.prefix]_node_identity))
where source_node_group_id = '$(groupId)')) and created_at_node_id = (select node_id from $[sym.sync.table.prefix]_node_identity))
</value>
</entry>
<entry key="$[sym.sync.table.prefix]_node_security">
Expand Down

0 comments on commit 3dc4702

Please sign in to comment.