Gestion des permissions
This commit is contained in:
parent
efd8912648
commit
420cfd5c9d
6 changed files with 211 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ type User struct {
|
|||
SkipWelcome bool
|
||||
}
|
||||
|
||||
type UserRoles struct {
|
||||
type UserRole struct {
|
||||
gorm.Model
|
||||
UserID uint
|
||||
User User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue