diff --git a/pkg/collections/collection.go b/pkg/collections/collection.go index dfe5d66ed4a5b96f4f99118a6842488a2bc94735..f46563d5fc23966ad04412dd5d19177687b95221 100644 --- a/pkg/collections/collection.go +++ b/pkg/collections/collection.go @@ -90,7 +90,7 @@ type StateInfo struct { State State `json:"state" bson:"state"` Info string `json:"info" bson:"info"` StartedAt time.Time `json:"started_at,omitempty" bson:"started_at,omitempty"` - DBVersion uint32 `json:"db_version" bson:"db_version"` + DBVersion uint32 `json:"-" bson:"-"` } type State int