Skip to content

Commit

Permalink
Merge pull request #1664 from stakwork/feat/workspace_schema_img
Browse files Browse the repository at this point in the history
Added Schematic Img to Workspace
  • Loading branch information
elraphty authored May 21, 2024
2 parents e79dea4 + 051a1b7 commit ff3ab83
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 ff3ab83

Please sign in to comment.