Fixed typo
This commit is contained in:
parent
7737b8b4d2
commit
57b4791a4a
@ -23,7 +23,7 @@ type DBParticipant struct {
|
||||
WrapupRequired *bool
|
||||
|
||||
Sessions []DBSession `gorm:"foreignKey:ParticipantId;references:Id"`
|
||||
Calls []DBCall `gorm:"foreignKey:ParticipantId;referencesId`
|
||||
Calls []DBCall `gorm:"foreignKey:ParticipantId;references:Id`
|
||||
User GCUser `gorm:"foreignKey:UserId;references:Id`
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user