Compare commits

..

1 Commits

Author SHA1 Message Date
79bea9002e Added index to requested_at amendments 2025-10-24 09:27:34 +11:00

View File

@@ -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
} }