Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7f73eb96a | |||
| 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`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user