mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Sort special characters before numbers (#3829)
* Sort special characters before numbers (via local dep change)
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"database/sql/driver"
|
||||
"fmt"
|
||||
|
||||
"github.com/fvbommel/sortorder/casefolded"
|
||||
"github.com/WithoutPants/sortorder/casefolded"
|
||||
sqlite3 "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user