1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-09 14:46:46 +09:00
vervis/migrations/2019_04_11.model
2019-04-11 13:44:44 +00:00

17 lines
292 B
Text

InboxItemLocal
person PersonId
activity OutboxItemId
UniqueInboxItemLocal person activity
Follow
person PersonId
target FollowerSetId
UniqueFollow person target
RemoteFollow
actor RemoteSharerId
target FollowerSetId
UniqueRemoteFollow actor target