diff --git a/modules/system/system.schema b/modules/system/system.schema index 5cf4b21c708..a3f384b3cb9 100644 --- a/modules/system/system.schema +++ b/modules/system/system.schema @@ -85,7 +85,7 @@ function system_schema() { 'title_arguments' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), 'type' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), 'block_callback' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), - 'description' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), + 'description' => array('type' => 'text', 'not null' => TRUE), 'position' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), 'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), 'file' => array('type' => 'text', 'size' => 'medium')