Added index to requested_at amendments
This commit is contained in:
parent
0e72fa1355
commit
79bea9002e
@ -8,7 +8,7 @@ type DBAmendment struct {
|
|||||||
AmendmentColumn string
|
AmendmentColumn string
|
||||||
AmendmentValue string
|
AmendmentValue string
|
||||||
Requestor string
|
Requestor string
|
||||||
RequestedAt time.Time
|
RequestedAt time.Time `gorm:"index"`
|
||||||
Sequence string
|
Sequence string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user