mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Rename column to CategoriesSortingOrder
This commit is contained in:
parent
83e1f154b5
commit
206be5ba15
26 changed files with 178 additions and 179 deletions
|
@ -133,7 +133,7 @@ func (s *Storage) CategoriesWithFeedCount(userID int64) (model.Categories, error
|
|||
user_id=$1
|
||||
`
|
||||
|
||||
if user.CategoriesSortOrder == "alphabetical" {
|
||||
if user.CategoriesSortingOrder == "alphabetical" {
|
||||
query = query + `
|
||||
ORDER BY
|
||||
c.title ASC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue