summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-25 20:52:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-25 20:52:44 +0000
commit633540ef8c7e2a2300caa18f27db6954423a93b2 (patch)
treebd356c7eb2706e39a991d04e3a79afb14645d8cd /modules
parent1d7037a756f2029548be24f9a1e5df4ed3f817ec (diff)
downloadbrdo-633540ef8c7e2a2300caa18f27db6954423a93b2.tar.gz
brdo-633540ef8c7e2a2300caa18f27db6954423a93b2.tar.bz2
- Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.
Diffstat (limited to 'modules')
-rw-r--r--modules/menu/menu.schema2
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'),