Bcc address for impending recur notices, RT#8953
[freeside.git] / FS / FS / Schema.pm
index e858d31..8772a3d 100644 (file)
@@ -2714,6 +2714,7 @@ sub tables_hashref {
         'body',         'blob', 'NULL',      '', '', '',
         'disabled',     'char', 'NULL',       1, '', '', 
         'from_addr', 'varchar', 'NULL',     255, '', '',
+        'bcc_addr',  'varchar', 'NULL',     255, '', '',
       ],
       'primary_key' => 'msgnum',
       'unique'      => [ ['msgname', 'mime_type'] ],