Browse Source

added missing new struct sync (#1021)

master
Lunny Xiao GitHub 8 years ago
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