diff --git a/models/user.go b/models/user.go index a59651dcbc5d..e823431525d4 100644 --- a/models/user.go +++ b/models/user.go @@ -166,9 +166,9 @@ type User struct { // Preferences DiffViewStyle string `xorm:"NOT NULL DEFAULT ''"` - WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"` Theme string `xorm:"NOT NULL DEFAULT ''"` KeepActivityPrivate bool `xorm:"NOT NULL DEFAULT false"` + WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"` } // SearchOrganizationsOptions options to filter organizations