You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/07/11 01:19:56 UTC

[trafficcontrol] 09/13: returned last_updated in the GET

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

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

commit 65215b7299425068e4af8696b5e49ec7c2b89462
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 31 09:47:15 2018 -0600

    returned last_updated in the GET
---
 traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go b/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
index c64bc4c..292338c 100644
--- a/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
+++ b/traffic_ops/traffic_ops_golang/staticdnsentry/staticdnsentry.go
@@ -298,6 +298,7 @@ sde.id as id,
 sde.deliveryservice as deliveryservice_id,
 sde.ttl,
 sde.address,
+sde.last_updated,
 tp.id as type_id,
 tp.name as type,
 cg.id as cachegroup_id,