Fixed issue 59, field idf_idf_conf.vdesc is a varchar(250) instead of text (MySQL).

This commit is contained in:
Loic d'Anterroches
2008-11-20 10:05:40 +01:00
parent c807c18d21
commit 80b9e2ff78
2 changed files with 48 additions and 2 deletions

View File

@@ -62,9 +62,8 @@ class IDF_Conf extends Pluf_Model
),
'vdesc' =>
array(
'type' => 'Pluf_DB_Field_Varchar',
'type' => 'Pluf_DB_Field_Text',
'blank' => false,
'size' => 250,
'verbose' => __('value'),
),
);