Increase text fields length in several tables
This commit is contained in:
@@ -68,7 +68,7 @@ class SwimlaneValidator extends BaseValidator
|
||||
return array(
|
||||
new Validators\Integer('id', t('The id must be an integer')),
|
||||
new Validators\Integer('project_id', t('The project id must be an integer')),
|
||||
new Validators\MaxLength('name', t('The maximum length is %d characters', 50), 50)
|
||||
new Validators\MaxLength('name', t('The maximum length is %d characters', 255), 255)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user