From 915d9a52f085e0ecb3c00208f1a5809761b76fac Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 30 Oct 2014 15:34:09 -0700 Subject: [PATCH] Minor, fix bin/storage adjust for new column Need to figure out a way to make this yell more angrily and/or not fatal. Auditors: btrahan --- src/applications/phriction/storage/PhrictionDocument.php | 1 + 1 file changed, 1 insertion(+) 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,