Skip to content

Commit

Permalink
0000724 - Extensive edits to the Quick Start Tutorial, including a co…
Browse files Browse the repository at this point in the history
…lumn match filter for routing to specific stores.
  • Loading branch information
mhanes committed Aug 1, 2012
1 parent 8a586ba commit f94c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/samples/insert_sample.sql
Expand Up @@ -93,7 +93,7 @@ values('store_2_corp', 'store', 'corp', 'default',current_timestamp, current_tim

insert into sym_router
(router_id,source_node_group_id,target_node_group_id,router_type,router_expression,create_time,last_update_time)
values('corp_2_one_store', 'corp', 'store', 'column','STORE_ID=:EXTERNAL_ID OLD_STORE_ID=:EXTERNAL_ID',current_timestamp, current_timestamp);
values('corp_2_one_store', 'corp', 'store', 'column','STORE_ID=:EXTERNAL_ID or OLD_STORE_ID=:EXTERNAL_ID',current_timestamp, current_timestamp);

--
-- Trigger Router Links
Expand Down

0 comments on commit f94c28e

Please sign in to comment.