| 1 |
<?php |
<?php |
| 2 |
// $Id: update.inc,v 1.17 2009/10/24 03:20:43 webchick Exp $ |
// $Id: update.inc,v 1.18 2009/10/24 23:19:21 webchick Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 140 |
'not null' => TRUE, |
'not null' => TRUE, |
| 141 |
'default' => 0, |
'default' => 0, |
| 142 |
)); |
)); |
| 143 |
|
db_drop_index('menu_router', 'tab_parent'); |
| 144 |
|
db_add_index('menu_router', 'tab_parent', array(array('tab_parent', 64), 'weight', 'title')); |
| 145 |
db_add_field('menu_router', 'theme_callback', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '')); |
db_add_field('menu_router', 'theme_callback', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '')); |
| 146 |
db_add_field('menu_router', 'theme_arguments', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '')); |
db_add_field('menu_router', 'theme_arguments', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '')); |
| 147 |
|
|