mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
add relation details
This commit is contained in:
parent
8d78c3edca
commit
15bb774409
1 changed files with 2 additions and 2 deletions
|
@ -117,11 +117,11 @@ classDiagram
|
|||
}
|
||||
}
|
||||
|
||||
User *-- FederatedUser: FederatedUser.UserID
|
||||
User "1" *-- "1" FederatedUser: FederatedUser.UserID
|
||||
PersonID -- FederatedUser : mapped by PersonID.ID == FederatedUser.externalID & FederationHost.ID
|
||||
PersonID -- FederationHost : mapped by PersonID.Host == FederationHost.HostFqdn
|
||||
FederatedUser -- FederationHost
|
||||
|
||||
Repository *-- FollowingRepository
|
||||
Repository "1" *-- "n" FollowingRepository: FollowingRepository.RepositoryID
|
||||
FollowingRepository -- FederationHost
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue