mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
sort by proc_id asc
This commit is contained in:
parent
729d759985
commit
3e45431aa8
@ -37,7 +37,7 @@ SELECT
|
||||
,proc_environ
|
||||
FROM procs
|
||||
WHERE proc_build_id = $1
|
||||
ORDER BY proc_pid ASC
|
||||
ORDER BY proc_id ASC
|
||||
|
||||
-- name: procs-find-build-pid
|
||||
|
||||
|
@ -37,6 +37,7 @@ SELECT
|
||||
,proc_environ
|
||||
FROM procs
|
||||
WHERE proc_build_id = ?
|
||||
ORDER BY proc_id ASC
|
||||
|
||||
-- name: procs-find-build-pid
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user