From 745222200e0670f55c6d695e467558171b7bb5d8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Jun 2007 09:33:57 +0000 Subject: - Patch #144746 by drewish: fixed menu_router schema. --- modules/system/system.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.schema') diff --git a/modules/system/system.schema b/modules/system/system.schema index 5cf4b21c7..a3f384b3c 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') -- cgit v1.2.3