Skip to content

Commit

Permalink
add status index
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Oct 27, 2024
1 parent 42c0079 commit 1061e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/reldb/base/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type RequestForQuote struct {
// this is not effected by the message.sender nonce.
OriginNonce int `gorm:"index"`
// Status is the current status of the event
Status reldb.QuoteRequestStatus
Status reldb.QuoteRequestStatus `gorm:"index"`
// BlockNumber is the block number of the event
BlockNumber uint64
// RawRequest is the raw request, hex encoded.
Expand Down

0 comments on commit 1061e82

Please sign in to comment.