diff options
author | mark <mark> | 2009-12-08 06:21:30 +0000 |
---|---|---|
committer | mark <mark> | 2009-12-08 06:21:30 +0000 |
commit | 7e01b1bfa5fb152e3aaac0fb382b1d3045f63570 (patch) | |
tree | 8bd2a655b03e52d5f0766cffee242db1cb013464 /FS | |
parent | d807bc23b37960187378c44c4f03db2e44660b67 (diff) |
Fix cust_attachment.disabled type
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 2 |
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' => [], |