Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Oct 4, 2024
1 parent 45535b9 commit d29f31b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discovery/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ type presentationRefreshRecord struct {
// Parameters is a serialized JSON object containing parameters that should be used when registering the subject on the service.
Parameters []byte
// PresentationRefreshError is the error message that occurred during the refresh attempt.
// It's loaded using a spearate query instead of using GORM's Preload, which fails on MS SQL Server if it spans multiple columns
// See https://github.com/nuts-foundation/nuts-node/issues/3442
PresentationRefreshError presentationRefreshError `gorm:"-"`
}

Expand Down

0 comments on commit d29f31b

Please sign in to comment.