From 633540ef8c7e2a2300caa18f27db6954423a93b2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 May 2007 20:52:44 +0000 Subject: - Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes. --- modules/menu/menu.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'), -- cgit v1.2.3