1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-03-20 15:14:54 +09:00

DB: For each CollabRecipLocal record, produce a matching Permit record

This commit is contained in:
Pere Lev 2023-12-09 01:04:21 +02:00
parent 12e2284389
commit b2b4d8778d
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D
4 changed files with 378 additions and 4 deletions

View file

@ -920,8 +920,6 @@ PermitTopicExtendLocal
topic PermitTopicEnableLocalId
grant OutboxItemId
UniquePermitTopicExtendLocal permit
UniquePermitTopicExtendLocalTopic topic
UniquePermitTopicExtendLocalGrant grant
PermitTopicExtendRemote
@ -929,8 +927,6 @@ PermitTopicExtendRemote
topic PermitTopicEnableRemoteId
grant RemoteActivityId
UniquePermitTopicExtendRemote permit
UniquePermitTopicExtendRemoteTopic topic
UniquePermitTopicExtendRemoteGrant grant
------------------------------------------------------------------------------