summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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' => [],