Skip to content
Snippets Groups Projects
Commit 8a06de9b authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: added bson tag for SettingsInMongo

parent 1a83db0b
No related branches found
No related tags found
No related merge requests found
...@@ -101,5 +101,5 @@ type MayKeepRunningResponse struct { ...@@ -101,5 +101,5 @@ type MayKeepRunningResponse struct {
// Settings we want to be able to update from within Flamenco Manager itself, // Settings we want to be able to update from within Flamenco Manager itself,
// so those are stored in MongoDB itself. // so those are stored in MongoDB itself.
type SettingsInMongo struct { type SettingsInMongo struct {
DepsgraphLastModified *time.Time DepsgraphLastModified *time.Time `bson:"depsgraph_last_modified"`
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment