Index: modules/menu/menu.schema =================================================================== RCS file: /cvs/drupal/drupal/modules/menu/menu.schema,v retrieving revision 1.1 diff -u -p -r1.1 menu.schema --- modules/menu/menu.schema 25 May 2007 12:46:45 -0000 1.1 +++ modules/menu/menu.schema 25 May 2007 12:53:21 -0000 @@ -23,7 +23,7 @@ function menu_schema() { 'description' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), 'position' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''), 'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), - 'file' => array('type' => 'text', 'not null' => FALSE, 'default' => '', 'size' => 'medium') + 'file' => array('type' => 'text', 'size' => 'medium') ), 'indexes' => array( 'fit' => array('fit'),