X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=65eadad2135a10360a9af93a3af71379c093b0fb;hp=f7ac973bed61ea17773dc6b499cb79e31d0d123d;hb=e517b3733dd3d19a7af586c9f4b8cf9982a8b3d2;hpb=69e481a4a9191b9912d6bb8202627a5dc75f74ce diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f7ac973be..65eadad21 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1793,7 +1793,8 @@ sub tables_hashref { 'classnum', 'int', 'NULL', '', '', '', 'comment', 'varchar', 'NULL', 255, '', '', 'selfservice_access', 'char', 'NULL', 1, '', '', - 'invoice_dest', 'char', 'NULL', 1, '', '', + 'invoice_dest', 'char', 'NULL', 1, '', '', # Y or NULL + 'message_dest', 'char', 'NULL', 1, '', '', # Y or NULL ], 'primary_key' => 'custcontactnum', 'unique' => [ [ 'custnum', 'contactnum' ], ],