From 479bc166c3ebcd8154b0e1083c0de2d88450edd7 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 8 Jun 2023 11:49:42 +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 dfe5d66e..f46563d5 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
-- 
GitLab