Skip to content

Commit

Permalink
WhitespaceBehavior column moved to end
Browse files Browse the repository at this point in the history
  • Loading branch information
POPSuL committed Apr 21, 2021
1 parent eaa9d17 commit d9898c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9898c3

Please sign in to comment.