fix copy paste issue

This commit is contained in:
techknowlogick 2018-07-05 10:21:05 -04:00 committed by GitHub
parent 5cb253ad10
commit 7caff96777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import (
)
func addScratchHash(x *xorm.Engine) error {
// TeamUnit see models/twofactor.go
// TwoFactor see models/twofactor.go
type TwoFactor struct {
ID int64 `xorm:"pk autoincr"`
UID int64 `xorm:"UNIQUE"`