From e06c810fda3514fd345075455ea91a2341811e6a Mon Sep 17 00:00:00 2001 From: JackLivio Date: Tue, 9 Apr 2019 10:55:56 -0400 Subject: Add missing comma in pt query strings --- src/components/policy/policy_external/src/sql_pt_ext_queries.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/policy/policy_external/src/sql_pt_ext_queries.cc b/src/components/policy/policy_external/src/sql_pt_ext_queries.cc index 2ab9642d12..2c24bbc522 100644 --- a/src/components/policy/policy_external/src/sql_pt_ext_queries.cc +++ b/src/components/policy/policy_external/src/sql_pt_ext_queries.cc @@ -237,7 +237,7 @@ const std::string kSelectPreconsentedGroupsId = const std::string kSelectAppPolicies = "SELECT `id`, `priority_value`, `default_hmi`, `keep_context`, " " `steal_focus`, `memory_kb`, `heart_beat_timeout_ms`, `certificate`, " - " `hybrid_app_preference_value`, `endpoint`, `enabled`, `auth_token` " + " `hybrid_app_preference_value`, `endpoint`, `enabled`, `auth_token`, " " `cloud_transport_type`, `icon_url`, `allow_unknown_rpc_passthrough` " "FROM `application`"; -- cgit v1.2.1