Skip to content

Commit

Permalink
Remove active from Workspace type (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
schnie committed Jul 10, 2019
1 parent 7c6a5f5 commit 9242759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions houston/queries.go
Expand Up @@ -214,7 +214,6 @@ var (
id
label
description
active
createdAt
updatedAt
roleBindings {
Expand All @@ -233,7 +232,6 @@ var (
id
label
description
active
createdAt
updatedAt
}
Expand All @@ -245,7 +243,6 @@ var (
id
label
description
active
createdAt
updatedAt
}
Expand All @@ -257,7 +254,6 @@ var (
id
label
description
active
deploymentCount
createdAt
updatedAt
Expand All @@ -270,7 +266,6 @@ var (
id
label
description
active
users {
id
username
Expand Down Expand Up @@ -306,7 +301,6 @@ var (
id
label
description
active
users {
id
username
Expand Down
1 change: 0 additions & 1 deletion houston/types.go
Expand Up @@ -138,7 +138,6 @@ type Workspace struct {
Id string `json:"id"`
Label string `json:"label"`
Description string `json:"description"`
Active bool `json:"active"`
Users []User `json:"users"`
// groups
CreatedAt string `json:"createdAt"`
Expand Down

0 comments on commit 9242759

Please sign in to comment.