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
src/Vervis
|
@ -2554,6 +2554,8 @@ changes hLocal ctx =
|
|||
, addEntities model_451_collab_remote_accept
|
||||
-- 452
|
||||
, addFieldPrimRequired "InboxItem" defaultTime "received"
|
||||
-- 453
|
||||
, addEntities model_453_collab_receive
|
||||
]
|
||||
|
||||
migrateDB
|
||||
|
|
|
@ -647,3 +647,6 @@ makeEntitiesMigration "447"
|
|||
|
||||
model_451_collab_remote_accept :: [Entity SqlBackend]
|
||||
model_451_collab_remote_accept = $(schema "451_2022-08-30_collab_remote_accept")
|
||||
|
||||
model_453_collab_receive :: [Entity SqlBackend]
|
||||
model_453_collab_receive = $(schema "453_2022-09-01_collab_receive")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue