Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
More comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 23, 2016
1 parent bac13de commit fea4533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/branch.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ INSERT INTO exchange_routes (participant, network, address, error)
AND route IS NULL
);

-- Update exchanges records with exchange_route ids pointing to ‘unknown’ network records for that participants
-- Update exchanges records with exchange_route ids pointing to 'unknown'
-- network records for that participants
UPDATE exchanges
SET route = exchange_routes.id
FROM exchange_routes, participants
Expand Down

0 comments on commit fea4533

Please sign in to comment.