We now store the receivers as well

This commit is contained in:
Michael 2022-05-13 05:52:05 +00:00
commit a662245c74
6 changed files with 34 additions and 28 deletions

View file

@ -1166,6 +1166,7 @@ return [
"created" => ["type" => "datetime", "default" => DBA::NULL_DATETIME, "comment" => ""],
"command" => ["type" => "varbinary(32)", "comment" => ""],
"failed" => ["type" => "tinyint", "default" => 0, "comment" => "Number of times the delivery has failed"],
"receivers" => ["type" => "mediumtext", "comment" => "JSON encoded array with the receiving contacts"],
],
"indexes" => [
"PRIMARY" => ["uri-id", "inbox-id"],