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 db7ec80 commit 836c404Copy full SHA for 836c404
1 file changed
database/database.go
@@ -111,7 +111,7 @@ func fillMissingSortKeys(db *gorm.DB) error {
111
if err := db.Order("user_id, sort_key, id ASC").Find(&apps).Error; err != nil && err != gorm.ErrRecordNotFound {
112
return err
113
}
114
- fmt.Println("Migrating", len(apps), "application sort keys for")
+ fmt.Println("Migrating", len(apps), "application sort keys")
115
116
sortKey := ""
117
currentUser := uint(math.MaxUint)
0 commit comments