This commit is contained in:
2026-07-31 20:56:02 +02:00
parent 621f8cefa0
commit fdc9fb592d
3 changed files with 97 additions and 1 deletions
+3
View File
@@ -48,6 +48,9 @@ pub struct Model {
on_delete = "Cascade"
)]
pub user: HasOne<super::user::Entity>,
#[sea_orm(has_many)]
pub computed_permissions: HasMany<super::computed_permission::Entity>,
}
#[async_trait]