Skip to content

Commit

Permalink
update generated sql code
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 19, 2017
1 parent 3e45431 commit 28edacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion store/datastore/sql/postgres/sql_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = `
Expand Down
1 change: 1 addition & 0 deletions store/datastore/sql/sqlite/sql_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ SELECT
,proc_environ
FROM procs
WHERE proc_build_id = ?
ORDER BY proc_id ASC
`

var procsFindBuildPid = `
Expand Down

0 comments on commit 28edacc

Please sign in to comment.