mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-03-20 15:14:54 +09:00
DB: Add CollabTopicLocalReceive and CollabRecipLocalReceive tables
I was going to link the matching Accept tables to them, but then switched to the Invite-Accept-Grant model and going to implement it in the next patches. So I'm committing these new tables just in case I decide to revert to the current model.
This commit is contained in:
parent
4269385e15
commit
0d96ee0775
4 changed files with 32 additions and 0 deletions
th
14
th/models
14
th/models
|
@ -619,6 +619,13 @@ CollabTopicLocalLoom
|
|||
|
||||
UniqueCollabTopicLocalLoom collab
|
||||
|
||||
CollabTopicLocalReceive
|
||||
collab CollabTopicLocalId
|
||||
item InboxItemId
|
||||
|
||||
UniqueCollabTopicLocalReceiveCollab collab
|
||||
UniqueCollabTopicLocalReceiveItem item
|
||||
|
||||
CollabTopicLocalAccept
|
||||
collab CollabTopicLocalId
|
||||
accept OutboxItemId
|
||||
|
@ -666,6 +673,13 @@ CollabRecipLocal
|
|||
|
||||
UniqueCollabRecipLocal collab
|
||||
|
||||
CollabRecipLocalReceive
|
||||
collab CollabRecipLocalId
|
||||
item InboxItemId
|
||||
|
||||
UniqueCollabRecipLocalReceiveCollab collab
|
||||
UniqueCollabRecipLocalReceiveItem item
|
||||
|
||||
CollabRecipLocalAccept
|
||||
collab CollabRecipLocalId
|
||||
accept OutboxItemId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue