diff --git a/src/applications/phriction/storage/PhrictionDocument.php b/src/applications/phriction/storage/PhrictionDocument.php index 7bd6d057cf..c609dd5250 100644 --- a/src/applications/phriction/storage/PhrictionDocument.php +++ b/src/applications/phriction/storage/PhrictionDocument.php @@ -30,6 +30,7 @@ final class PhrictionDocument extends PhrictionDAO 'depth' => 'uint32', 'contentID' => 'id?', 'status' => 'uint32', + 'mailKey' => 'bytes20', ), self::CONFIG_KEY_SCHEMA => array( 'key_phid' => null,