Skip to content

Commit

Permalink
Merge pull request #307 from jzelinskie/layeridorder
Browse files Browse the repository at this point in the history
pgsql: searchNotificationLayerIntroducingVulnerability order by layer ID
  • Loading branch information
jzelinskie committed Jan 19, 2017
2 parents 1d6ef94 + ea73aa1 commit dbe522f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/pgsql/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const (
AND vafv.featureversion_id = fv.id
AND ldfv.featureversion_id = fv.id
AND ldfv.modification = 'add'
ORDER BY ldfv.ID
ORDER BY ldfv.layer_id
)
SELECT l.id, l.name
FROM LDFV, Layer l
Expand Down

0 comments on commit dbe522f

Please sign in to comment.