diff --git a/models/migrations/v15.go b/models/migrations/v15.go index 90fc22c6d..e29067c98 100644 --- a/models/migrations/v15.go +++ b/models/migrations/v15.go @@ -12,6 +12,7 @@ import ( // UserV15 describes the added field for User type UserV15 struct { + KeepEmailPrivate bool AllowCreateOrganization bool }