From a35790a9489b0d75a1f53937581756d19a0a1347 Mon Sep 17 00:00:00 2001 From: iamayushm <32041961+iamayushm@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:13:14 +0530 Subject: [PATCH] removing image field (#5909) --- internal/sql/repository/AppListingRepository.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/sql/repository/AppListingRepository.go b/internal/sql/repository/AppListingRepository.go index 40519bccf4f..37f6aaf8f82 100644 --- a/internal/sql/repository/AppListingRepository.go +++ b/internal/sql/repository/AppListingRepository.go @@ -363,7 +363,6 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex " env.cluster_id," + " env.is_virtual_environment," + " cl.cluster_name," + - " cia.image," + " p.id as cd_pipeline_id," + " p.ci_pipeline_id," + " p.trigger_type" +