Compare commits

...

2 Commits

2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ type CrmInterpreter struct {
PinViaSMS *bool `gorm:"column:pin_via_sms" json:"pin_via_sms"` PinViaSMS *bool `gorm:"column:pin_via_sms" json:"pin_via_sms"`
VaxFluCheck *bool `gorm:"column:vax_flu_check" json:"vax_flu_check"` VaxFluCheck *bool `gorm:"column:vax_flu_check" json:"vax_flu_check"`
WorkingWithChildren *bool `gorm:"column:working_with_children" json:"working_with_children"` WorkingWithChildren *bool `gorm:"column:working_with_children" json:"working_with_children"`
InternalInterpreter *bool `gorm:"column:internal_interpreter" json:"internal_interpreter"`
LastContactAttempt *time.Time `gorm:"column:last_contact_attempt" json:"last_contact_attempt"` LastContactAttempt *time.Time `gorm:"column:last_contact_attempt" json:"last_contact_attempt"`
MigrationYear *time.Time `gorm:"column:migration_year" json:"migration_year"` MigrationYear *time.Time `gorm:"column:migration_year" json:"migration_year"`
FirstName *string `gorm:"column:first_name" json:"first_name"` FirstName *string `gorm:"column:first_name" json:"first_name"`

View File

@@ -109,6 +109,7 @@ type DBInterpreterProcessed struct {
BookingReference *int BookingReference *int
BillableInterpreter bool BillableInterpreter bool
BillableTpa bool BillableTpa bool
BillableInternal bool
// FLAGS / METADATA: // FLAGS / METADATA:
// --- // ---