Fix cust_attachment.disabled type
[freeside.git] / 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'      => [],