Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix comment model

Cette révision appartient à :
akuma06 2017-05-12 01:40:02 +02:00
Parent 34933e0b82
révision 44508c9f82

Voir le fichier

@ -13,8 +13,8 @@ type Comment struct {
UpdatedAt time.Time `gorm:"column:updated_at"`
DeletedAt *time.Time
Torrent *Torrent `gorm:"ForeignKey:torrent_id"`
User *User `gorm:"ForeignKey:user_id"`
Torrent *Torrent `gorm:"AssociationForeignKey:TorrentID;ForeignKey:torrent_id"`
User *User `gorm:"AssociationForeignKey:UserID;ForeignKey:user_id"`
}
// Returns the total size of memory recursively allocated for this struct