We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a152ad commit 877efb6Copy full SHA for 877efb6
models/organization/org_list.go
@@ -49,7 +49,7 @@ func (opts FindOrgOptions) ToConds() builder.Cond {
49
}
50
51
func (opts FindOrgOptions) ToOrders() string {
52
- return "`user`.name ASC"
+ return "`user`.lower_name ASC"
53
54
55
// GetOrgsCanCreateRepoByUserID returns a list of organizations where given user ID
0 commit comments