Skip to content

Commit

Permalink
added Schematic Img to Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed May 21, 2024
1 parent e79dea4 commit 051a1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 051a1b7

Please sign in to comment.