From 7e01b1bfa5fb152e3aaac0fb382b1d3045f63570 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 8 Dec 2009 06:21:30 +0000 Subject: [PATCH] Fix cust_attachment.disabled type --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [], -- 2.11.0