Fix cust_attachment.disabled type
authormark <mark>
Tue, 8 Dec 2009 06:21:30 +0000 (06:21 +0000)
committermark <mark>
Tue, 8 Dec 2009 06:21:30 +0000 (06:21 +0000)
FS/FS/Schema.pm

index 7ec64f1..8d4f5d1 100644 (file)
@@ -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'      => [],