This commit is contained in:
2026-07-12 23:41:10 +02:00
parent 13f188666d
commit ede38cc042
3 changed files with 67 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ pub struct Model {
/// L'utilisateur à qui appartiennent ces permissions
#[sea_orm(primary_key, auto_increment = false)]
pub user_id: Uuid,
pub server_id: Uuid,
pub scope_type: PermissionScopeType,