Added UserId to participant model

This commit is contained in:
2025-10-19 19:16:41 +11:00
parent 643c5cc695
commit 7bf15cce48
3 changed files with 6 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ type DBParticipant struct {
Name *string `gorm:"index"`
Purpose *string `gorm:"index"`
QueueId *string
UserId *string
Wrapup *string `gorm:"type:json"`
WrapupExpected *bool
WrapupRequired *bool