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 eaa9d17 commit d9898c3Copy full SHA for d9898c3
models/user.go
@@ -166,9 +166,9 @@ type User struct {
166
167
// Preferences
168
DiffViewStyle string `xorm:"NOT NULL DEFAULT ''"`
169
- WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"`
170
Theme string `xorm:"NOT NULL DEFAULT ''"`
171
KeepActivityPrivate bool `xorm:"NOT NULL DEFAULT false"`
+ WhitespaceBehavior string `xorm:"NOT NULL DEFAULT ''"`
172
}
173
174
// SearchOrganizationsOptions options to filter organizations
0 commit comments