diff --git a/db/structs.go b/db/structs.go index 7e1aede2d..b22535e37 100644 --- a/db/structs.go +++ b/db/structs.go @@ -519,6 +519,7 @@ type Workspace struct { Mission string `json:"mission"` Tactics string `json:"tactics"` SchematicUrl string `json:"schematic_url"` + SchematicImg string `json:"schematic_img"` } type WorkspaceShort struct {