Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Maybe fix gravatar

Cette révision appartient à :
sfan5 2017-05-09 16:50:29 +02:00
Parent 48ce176e0a
révision 128b070968

Voir le fichier

@ -22,7 +22,7 @@ type User struct {
Likings []User `gorm:"foreignkey:userId;associationforeignkey:follower_id;many2many:users_followers;"`
Liked []User `gorm:"foreignkey:follower_id;associationforeignkey:userId;many2many:users_followers;"`
Md5 string `json:"md5" gorm:"-"`
Md5 string `json:"md5"`
Torrents []Torrents `gorm:"ForeignKey:UploaderId"`
}