Added index to requested_at amendments

This commit is contained in:
2025-10-24 09:27:34 +11:00
parent 0e72fa1355
commit 79bea9002e

View File

@@ -8,7 +8,7 @@ type DBAmendment struct {
AmendmentColumn string
AmendmentValue string
Requestor string
RequestedAt time.Time
RequestedAt time.Time `gorm:"index"`
Sequence string
}