From 4021fcb51a3ee579bf874d302b3ed29d6622d546 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 8 Jun 2023 12:23:53 +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 f46563d5..8c22f263 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:"-"`
+	DBVersion uint32    `json:"-" bson:"db_version"`
 }
 
 type State int
-- 
GitLab