diff --git a/models/amendment.go b/models/amendment.go index 37706d5..5ef486f 100644 --- a/models/amendment.go +++ b/models/amendment.go @@ -9,23 +9,9 @@ type DBAmendment struct { AmendmentValue string Requestor string RequestedAt time.Time + Sequence string } func (DBAmendment) TableName() string { return "gc_amendments" } - -type DBAmendmentLog struct { - Id int `gorm:"primaryKey;autoIncrement"` - ConversationId string `gorm:"index"` - AmendmentColumn string - OldValue string - NewValue string - Requestor string - RequestedAt time.Time - AmendedAt time.Time -} - -func (DBAmendmentLog) TableName() string { - return "gc_amendment_logs" -} diff --git a/models/processed.go b/models/processed.go index 319c1f3..97a5d69 100644 --- a/models/processed.go +++ b/models/processed.go @@ -54,7 +54,7 @@ type DBClientProcessed struct { // PARTNER DETAILS: // --- PartnerBill float64 - ParnterRate float64 + PartnerRate float64 // TIMESTAMP DETAILS: // ---