Skip to content
Snippets Groups Projects
Commit 4021fcb5 authored by ko_oler's avatar ko_oler
Browse files

sip

parent 479bc166
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:"-" bson:"-"`
DBVersion uint32 `json:"-" bson:"db_version"`
}
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