1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Minor, specify a missing column type

Auditors: btrahan
This commit is contained in:
epriestley 2014-10-08 05:37:16 -07:00
parent 43215bf0bd
commit 795eb3669e

View file

@ -55,6 +55,7 @@ final class FundInitiative extends FundDAO
self::CONFIG_COLUMN_SCHEMA => array(
'name' => 'text255',
'description' => 'text',
'risks' => 'text',
'status' => 'text32',
'merchantPHID' => 'phid?',
'totalAsCurrency' => 'text64',