diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/menu/menu.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.schema b/modules/menu/menu.schema index 665aebf93..0d1133caa 100644 --- a/modules/menu/menu.schema +++ b/modules/menu/menu.schema @@ -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'), |