Skip to content

Commit

Permalink
sort by proc_id asc
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 19, 2017
1 parent 729d759 commit 3e45431
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/files/procs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions store/datastore/sql/sqlite/files/procs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SELECT
,proc_environ
FROM procs
WHERE proc_build_id = ?
ORDER BY proc_id ASC

-- name: procs-find-build-pid

Expand Down

0 comments on commit 3e45431

Please sign in to comment.