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