Removed DBAmendmentLog (not in use) and changed ParnterRate to PartnerRate (typo)
This commit is contained in:
parent
a457849977
commit
e8aeb4d3b7
@ -9,23 +9,9 @@ type DBAmendment struct {
|
|||||||
AmendmentValue string
|
AmendmentValue string
|
||||||
Requestor string
|
Requestor string
|
||||||
RequestedAt time.Time
|
RequestedAt time.Time
|
||||||
|
Sequence string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (DBAmendment) TableName() string {
|
func (DBAmendment) TableName() string {
|
||||||
return "gc_amendments"
|
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"
|
|
||||||
}
|
|
||||||
|
|||||||
@ -54,7 +54,7 @@ type DBClientProcessed struct {
|
|||||||
// PARTNER DETAILS:
|
// PARTNER DETAILS:
|
||||||
// ---
|
// ---
|
||||||
PartnerBill float64
|
PartnerBill float64
|
||||||
ParnterRate float64
|
PartnerRate float64
|
||||||
|
|
||||||
// TIMESTAMP DETAILS:
|
// TIMESTAMP DETAILS:
|
||||||
// ---
|
// ---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user