From 5f1414750123ecd991f0a357bdd545ab5b5325f5 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 8 Dec 2009 06:29:02 +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 eaa5a2ec6..2efcd472a 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.20.1