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/07/10 22:33:22 UTC

[trafficcontrol] branch master updated: Update the Schema/Result/ProfileTypeValue.pm file to support the addition of the GROVE_PROFILE type to the profile_type enum.

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


The following commit(s) were added to refs/heads/master by this push:
     new 14f4d63  Update the Schema/Result/ProfileTypeValue.pm file to support the addition of the GROVE_PROFILE type to the profile_type enum.
14f4d63 is described below

commit 14f4d63504a918a1e98dca534d225b85cbd391af
Author: John Rushford <jr...@apache.org>
AuthorDate: Tue Jul 10 16:38:03 2018 +0000

    Update the Schema/Result/ProfileTypeValue.pm file to support the
    addition of the GROVE_PROFILE type to the profile_type enum.
---
 traffic_ops/app/lib/Schema/Result/ProfileTypeValue.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/traffic_ops/app/lib/Schema/Result/ProfileTypeValue.pm b/traffic_ops/app/lib/Schema/Result/ProfileTypeValue.pm
index 8ab648c..bbb33d3 100644
--- a/traffic_ops/app/lib/Schema/Result/ProfileTypeValue.pm
+++ b/traffic_ops/app/lib/Schema/Result/ProfileTypeValue.pm
@@ -28,7 +28,7 @@ __PACKAGE__->result_source_instance->view_definition(" SELECT unnest(enum_range(
 =head2 value
 
   data_type: 'enum'
-  extra: {custom_type_name => "profile_type",list => ["ATS_PROFILE","TR_PROFILE","TM_PROFILE","TS_PROFILE","TP_PROFILE","INFLUXDB_PROFILE","RIAK_PROFILE","SPLUNK_PROFILE","DS_PROFILE","ORG_PROFILE","KAFKA_PROFILE","LOGSTASH_PROFILE","ES_PROFILE","UNK_PROFILE"]}
+  extra: {custom_type_name => "profile_type",list => ["ATS_PROFILE","TR_PROFILE","TM_PROFILE","TS_PROFILE","TP_PROFILE","INFLUXDB_PROFILE","RIAK_PROFILE","SPLUNK_PROFILE","DS_PROFILE","ORG_PROFILE","KAFKA_PROFILE","LOGSTASH_PROFILE","ES_PROFILE","UNK_PROFILE","GROVE_PROFILE"]}
   is_nullable: 1
 
 =cut
@@ -54,6 +54,7 @@ __PACKAGE__->add_columns(
         "LOGSTASH_PROFILE",
         "ES_PROFILE",
         "UNK_PROFILE",
+        "GROVE_PROFILE",
       ],
     },
     is_nullable => 1,
@@ -61,8 +62,8 @@ __PACKAGE__->add_columns(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2017-01-06 15:41:31
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:F1WD3vn6YZcU/YlHKVp8CA
+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2018-07-09 22:32:39
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YGAQ8Wqg7vVCtrtfiBIcAw
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration