This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit bd6aa751d52beddd33e16f3414f4657a5ec02a4b
Author: Dewayne Richardson <dewr...@apache.org>
AuthorDate: Tue Feb 20 09:39:06 2018 -0700

    fix the insert statement
---
 traffic_ops/traffic_ops_golang/region/regions.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/traffic_ops/traffic_ops_golang/region/regions.go 
b/traffic_ops/traffic_ops_golang/region/regions.go
index 7c1153b..ba6cad7 100644
--- a/traffic_ops/traffic_ops_golang/region/regions.go
+++ b/traffic_ops/traffic_ops_golang/region/regions.go
@@ -311,7 +311,6 @@ func insertQuery() string {
 division,
 name) VALUES (
 :division,
-:name,
 :name) RETURNING id,last_updated`
        return query
 }

-- 
To stop receiving notification emails like this one, please contact
dang...@apache.org.

Reply via email to