Browse Source

added missing new struct sync (#1021)

tags/v1.1.0
Lunny Xiao 8 years ago committed by GitHub
parent
commit
d077fd084a
  1. 2
      models/models.go

2
models/models.go

@ -114,6 +114,8 @@ func init() {
new(TwoFactor), new(TwoFactor),
new(RepoUnit), new(RepoUnit),
new(RepoRedirect), new(RepoRedirect),
new(ExternalLoginUser),
new(ProtectedBranch),
) )
gonicNames := []string{"SSL", "UID"} gonicNames := []string{"SSL", "UID"}

Loading…
Cancel
Save