mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Make member role struct match site roles (#3671)
This commit is contained in:
@@ -11,5 +11,5 @@ type OrganizationMember struct {
|
||||
OrganizationID uuid.UUID `db:"organization_id" json:"organization_id"`
|
||||
CreatedAt time.Time `db:"created_at" json:"created_at"`
|
||||
UpdatedAt time.Time `db:"updated_at" json:"updated_at"`
|
||||
Roles []string `db:"roles" json:"roles"`
|
||||
Roles []Role `db:"roles" json:"roles"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user