From: mark Date: Tue, 8 Dec 2009 06:21:30 +0000 (+0000) Subject: Fix cust_attachment.disabled type X-Git-Tag: root_of_svc_elec_features~633 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7e01b1bfa5fb152e3aaac0fb382b1d3045f63570 Fix cust_attachment.disabled type --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 7ec64f1b5..8d4f5d1c9 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -382,7 +382,7 @@ sub tables_hashref { 'mime_type', 'varchar', '', $char_d, '', '', 'title', 'varchar', 'NULL', $char_d, '', '', 'body', 'blob', 'NULL', '', '', '', - 'disabled', 'varchar', 'NULL', '10', '', + 'disabled', @date_type, '', '', ], 'primary_key' => 'attachnum', 'unique' => [],