Skip to content

Commit

Permalink
Order projects by name when retrieving all projects from database
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanparry committed Dec 17, 2015
1 parent 72d598c commit 113e10d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ SELECT
FROM
BugNet_ProjectsView
WHERE (@ActiveOnly IS NULL OR (ProjectDisabled = ~@ActiveOnly))
ORDER BY ProjectName

0 comments on commit 113e10d

Please sign in to comment.