Changeset 0.21.1.1 (#87)
This commit is contained in:
@@ -309,6 +309,7 @@ type Channel struct {
|
||||
FolderID *string `json:"folder_id,omitempty" db:"folder_id"`
|
||||
TeamID *string `json:"team_id,omitempty" db:"team_id"`
|
||||
ProjectID *string `json:"project_id,omitempty" db:"project_id"`
|
||||
WorkspaceID *string `json:"workspace_id,omitempty" db:"workspace_id"`
|
||||
Settings JSONMap `json:"settings,omitempty" db:"settings"`
|
||||
}
|
||||
|
||||
@@ -385,6 +386,7 @@ type Project struct {
|
||||
OwnerID string `json:"owner_id" db:"owner_id"`
|
||||
TeamID *string `json:"team_id,omitempty" db:"team_id"`
|
||||
IsArchived bool `json:"is_archived" db:"is_archived"`
|
||||
WorkspaceID *string `json:"workspace_id,omitempty" db:"workspace_id"`
|
||||
Settings JSONMap `json:"settings,omitempty" db:"settings"`
|
||||
|
||||
// Computed fields (not DB columns)
|
||||
@@ -400,6 +402,7 @@ type ProjectPatch struct {
|
||||
Color *string `json:"color,omitempty"`
|
||||
Icon *string `json:"icon,omitempty"`
|
||||
IsArchived *bool `json:"is_archived,omitempty"`
|
||||
WorkspaceID *string `json:"workspace_id,omitempty"`
|
||||
Settings JSONMap `json:"settings,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user