From fea453320228d6569bc593bbf88116ff50ad24b3 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 23 Nov 2016 16:49:53 -0500 Subject: [PATCH] More comment --- sql/branch.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/branch.sql b/sql/branch.sql index 78e37bb706..94895ceac6 100644 --- a/sql/branch.sql +++ b/sql/branch.sql @@ -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