Skip to content

Commit

Permalink
Merge branch 'feature-add-repos-to-workspaces-modify-delete' into fea…
Browse files Browse the repository at this point in the history
…ture/add-repos-to-workspaces-modify-delete
  • Loading branch information
AbdulWahab3181 authored May 17, 2024
2 parents ed77911 + 52d7612 commit 48a0fe9
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 @@ -571,6 +571,7 @@ type WorkspaceFeatures struct {
Brief string `json:"brief"`
Requirements string `json:"requirements"`
Architecture string `json:"architecture"`
Url string `json:"url"`
Created *time.Time `json:"created"`
Updated *time.Time `json:"updated"`
CreatedBy string `json:"created_by"`
Expand Down

0 comments on commit 48a0fe9

Please sign in to comment.