Federated forge server

[[ 🗃 ^rjQ3E vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rjQ3E

SSH: git clone USERNAME@vervis.peers.community:rjQ3E

Branches

Tags

main :: migrations /

639_2024-05-14_component_convey.model

ComponentConvey
    component ComponentEnableId
    team      SquadUsStartId
    grant     OutboxItemId

    UniqueComponentConvey      component team
    UniqueComponentConveyGrant grant

SourceUsConvey
    source SourceUsSendDelegatorId
    team   SquadUsStartId
    grant  OutboxItemId

SourceUsConveyFromLocal
    convey SourceUsConveyId
    from   SourceThemDelegateLocalId

    UniqueSourceUsConveyFromLocal convey

SourceUsConveyFromRemote
    convey SourceUsConveyId
    from   SourceThemDelegateRemoteId

    UniqueSourceUsConveyFromRemote convey

[See repo JSON]