1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-26 15:30:58 +01:00

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
This commit is contained in:
epriestley 2014-10-30 15:34:09 -07:00
parent 4a00e47646
commit 915d9a52f0

View file

@ -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,