Browse Source

added missing new struct sync (#1021)

for-closed-social
Lunny Xiao 7 years ago
committed by GitHub
parent
commit
d077fd084a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      models/models.go

+ 2
- 0
models/models.go View File

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

Loading…
Cancel
Save