Skip to content

Commit d9898c3

Browse files
committed
WhitespaceBehavior column moved to end
1 parent eaa9d17 commit d9898c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ type User struct {
166166

167167
// Preferences
168168
DiffViewStyle string `xorm:"NOT NULL DEFAULT ''"`
169-
WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"`
170169
Theme string `xorm:"NOT NULL DEFAULT ''"`
171170
KeepActivityPrivate bool `xorm:"NOT NULL DEFAULT false"`
171+
WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"`
172172
}
173173

174174
// SearchOrganizationsOptions options to filter organizations

0 commit comments

Comments
 (0)