mirror of
https://github.com/friendica/friendica
synced 2025-12-07 14:27:10 +01:00
Changes after code review
This commit is contained in:
parent
ab42fd88a4
commit
2433fee461
7 changed files with 6 additions and 59 deletions
|
|
@ -1132,7 +1132,7 @@ CREATE TABLE IF NOT EXISTS `post-delivery` (
|
|||
FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE,
|
||||
FOREIGN KEY (`inbox-id`) REFERENCES `item-uri` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE,
|
||||
FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE
|
||||
) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Status of ActivityPub inboxes';
|
||||
) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Delivery data for posts for the batch processing';
|
||||
|
||||
--
|
||||
-- TABLE post-delivery-data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue