update generated sql code
This commit is contained in:
parent
3e45431aa8
commit
28edaccf30
2 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,7 @@ SELECT
|
|||
,proc_environ
|
||||
FROM procs
|
||||
WHERE proc_build_id = $1
|
||||
ORDER BY proc_pid ASC
|
||||
ORDER BY proc_id ASC
|
||||
`
|
||||
|
||||
var procsFindBuildPid = `
|
||||
|
|
|
@ -164,6 +164,7 @@ SELECT
|
|||
,proc_environ
|
||||
FROM procs
|
||||
WHERE proc_build_id = ?
|
||||
ORDER BY proc_id ASC
|
||||
`
|
||||
|
||||
var procsFindBuildPid = `
|
||||
|
|
Loading…
Reference in a new issue