mirror of
https://github.com/harness/drone.git
synced 2025-05-01 21:21:11 +00:00
update generated sql code
This commit is contained in:
parent
3e45431aa8
commit
28edaccf30
@ -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…
x
Reference in New Issue
Block a user