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(RepoUnit),
new(RepoRedirect),
new(ExternalLoginUser),
new(ProtectedBranch),
)
gonicNames := []string{"SSL", "UID"}

Loading…
Cancel
Save