From 795eb3669e1dad72131b335c6efb96c9fd3b1af3 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 8 Oct 2014 05:37:16 -0700 Subject: [PATCH] Minor, specify a missing column type Auditors: btrahan --- src/applications/fund/storage/FundInitiative.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/fund/storage/FundInitiative.php b/src/applications/fund/storage/FundInitiative.php index 7d9ce352b2..aaa0ba1f2d 100644 --- a/src/applications/fund/storage/FundInitiative.php +++ b/src/applications/fund/storage/FundInitiative.php @@ -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',