Skip to content
Snippets Groups Projects
Commit 479bc166 authored by ko_oler's avatar ko_oler
Browse files

sip

parent b89160fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment