Serverside stuff. Mostly shuffling things around

This commit is contained in:
Melody Becker 2024-10-26 11:42:51 +02:00
parent 90667d96c7
commit be70109c43
20 changed files with 513 additions and 71 deletions

View file

@ -22,7 +22,7 @@ type Role struct {
gorm.Model
// Name of the role
Name string
Name string `gorm:"primaryKey"`
// Priority of the role
// Lower priority gets applied first and thus overwritten by higher priority ones