mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, specify a missing column type
Auditors: btrahan
This commit is contained in:
parent
43215bf0bd
commit
795eb3669e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue