From 097a4fa93da50f6adb400337c5f0bf5126e8d13a Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 8 Jun 2023 12:40:09 +0300 Subject: [PATCH] sip --- pkg/collections/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/collections/collection.go b/pkg/collections/collection.go index 8c22f263..dfe5d66e 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:"-" bson:"db_version"` + DBVersion uint32 `json:"db_version" bson:"db_version"` } type State int -- GitLab