We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3020744 commit e332df2Copy full SHA for e332df2
internal/sql/repository/AppListingRepository.go
@@ -355,13 +355,15 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex
355
" p.deployment_app_type," +
356
" p.ci_pipeline_id," +
357
" p.deployment_app_delete_request," +
358
+ " pco.id as pco_id," +
359
" cia.data_source," +
360
" cia.id as ci_artifact_id," +
361
" cia.parent_ci_artifact as parent_artifact_id," +
362
" cl.k8s_version," +
363
" env.cluster_id," +
364
" env.is_virtual_environment," +
365
" cl.cluster_name," +
366
+ " cia.image," +
367
" p.id as cd_pipeline_id," +
368
369
" p.trigger_type" +
0 commit comments