summaryrefslogtreecommitdiffstats
path: root/models/migrations/v124.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/migrations/v124.go')
-rw-r--r--models/migrations/v124.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/models/migrations/v124.go b/models/migrations/v124.go
index e1a9000659..0b61a04cbc 100644
--- a/models/migrations/v124.go
+++ b/models/migrations/v124.go
@@ -9,7 +9,6 @@ import (
)
func addUserRepoMissingColumns(x *xorm.Engine) error {
-
type VisibleType int
type User struct {
PasswdHashAlgo string `xorm:"NOT NULL DEFAULT 'pbkdf2'"`