Skip to content

Commit 2598130

Browse files
committed
GetAppMetadataListByEnvironment
1 parent 3cd0abb commit 2598130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sql/repository/AppListingRepository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func (impl *AppListingRepositoryImpl) FetchAppsEnvContainers(envId int, limit, o
145145
LEFT JOIN
146146
(SELECT pco.pipeline_id,MAX(pco.created_on) as last_deployed_time from pipeline_config_override pco
147147
GROUP BY pco.pipeline_id) ld ON ld.pipeline_id = p.id
148-
WHERE a.active = true
148+
WHERE a.active = true
149149
ORDER BY a.app_name `
150150

151151
queryParams := []interface{}{envId, envId}

0 commit comments

Comments
 (0)