summaryrefslogtreecommitdiff
path: root/modules/system/system.schema
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-04 15:49:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-04 15:49:44 +0000
commite0fe1ae8eb5dd4e5d5442b8b48afe2c47a166d2b (patch)
treefa416d42bd48e40716ee2358cd84716cd49cbdb3 /modules/system/system.schema
parent8cd661b82b253e1016a5c9db7f898ca62ac27fcb (diff)
downloadbrdo-e0fe1ae8eb5dd4e5d5442b8b48afe2c47a166d2b.tar.gz
brdo-e0fe1ae8eb5dd4e5d5442b8b48afe2c47a166d2b.tar.bz2
- Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various menu module fixes.
Diffstat (limited to 'modules/system/system.schema')
-rw-r--r--modules/system/system.schema1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.schema b/modules/system/system.schema
index a1ea98b8c..544b4f1b2 100644
--- a/modules/system/system.schema
+++ b/modules/system/system.schema
@@ -110,6 +110,7 @@ function system_schema() {
'expanded' => array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'size' => 'small'),
'weight' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
'depth' => array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'size' => 'small'),
+ 'customized' => array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'size' => 'small'),
'p1' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0),
'p2' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0),
'p3' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0),