From 051a1b7f56af2ae57f598692eed772cb44f71b92 Mon Sep 17 00:00:00 2001 From: elraphty Date: Tue, 21 May 2024 22:56:59 +0100 Subject: [PATCH] added Schematic Img to Workspace --- db/structs.go | 1 + 1 file changed, 1 insertion(+) 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 {