sort by proc_id asc
This commit is contained in:
parent
729d759985
commit
3e45431aa8
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue