You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/06/26 18:55:05 UTC

[trafficcontrol] 14/15: add last_updated

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

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

commit c7cf5d042c86b2987b6c51f57172e37ebeb651b1
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Fri Jun 22 13:59:26 2018 -0600

    add last_updated
---
 traffic_ops/traffic_ops_golang/tenant/tenancy.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_ops/traffic_ops_golang/tenant/tenancy.go b/traffic_ops/traffic_ops_golang/tenant/tenancy.go
index 05de1c0..44f1363 100644
--- a/traffic_ops/traffic_ops_golang/tenant/tenancy.go
+++ b/traffic_ops/traffic_ops_golang/tenant/tenancy.go
@@ -542,6 +542,7 @@ func selectQuery() string {
 t.active AS active,
 t.name AS name,
 t.id AS id,
+t.last_updated AS last_updated,
 t.parent_id AS parent_id,
 p.name AS parent_name