Skip to content

Commit

Permalink
Fix migration from pre-v15 to 1.2.0 (go-gitea#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Sep 5, 2017
1 parent 2fdc649 commit 336f5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/migrations/v15.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

// UserV15 describes the added field for User
type UserV15 struct {
KeepEmailPrivate bool
AllowCreateOrganization bool
}

Expand Down

0 comments on commit 336f5b9

Please sign in to comment.