mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
XYZ-80: Add CreateAt/UpdateAt/DeleteAt fields to roles table. (#8223)
This commit is contained in:
committed by
Jesús Espino
parent
fa5cba9cc7
commit
96ffde43dc
@@ -34,6 +34,9 @@ type Role struct {
|
||||
Name string `json:"name"`
|
||||
DisplayName string `json:"display_name"`
|
||||
Description string `json:"description"`
|
||||
CreateAt int64 `json:"create_at"`
|
||||
UpdateAt int64 `json:"update_at"`
|
||||
DeleteAt int64 `json:"delete_at"`
|
||||
Permissions []string `json:"permissions"`
|
||||
SchemeManaged bool `json:"scheme_managed"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user