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 2fdc649 commit 002fa73Copy full SHA for 002fa73
models/migrations/v15.go
@@ -12,6 +12,7 @@ import (
12
13
// UserV15 describes the added field for User
14
type UserV15 struct {
15
+ KeepEmailPrivate bool
16
AllowCreateOrganization bool
17
}
18
0 commit comments