summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2009-12-08 06:29:02 +0000
committermark <mark>2009-12-08 06:29:02 +0000
commit5f1414750123ecd991f0a357bdd545ab5b5325f5 (patch)
treee0752e1aec872e0b2af5c647db268bb39c00ba9a
parent4768daa7cef8b7f99c838a0854052d6cad71d84f (diff)
Fix cust_attachment.disabled type
-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 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' => [],