Skip to content

Commit

Permalink
Add data_id filter
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Jan 14, 2023
1 parent 65426b4 commit 6398aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/database/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ var BlobQueryFactory = &ffapi.QueryFields{
"size": &ffapi.Int64Field{},
"payloadref": &ffapi.StringField{},
"created": &ffapi.TimeField{},
"data_id": &ffapi.UUIDField{},
}

// TokenPoolQueryFactory filter fields for token pools
Expand Down

0 comments on commit 6398aed

Please sign in to comment.