From 6c5e31abcbfe199a983ed6161207613d66423412 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 24 Oct 2009 03:20:43 +0000 Subject: #613238 by catch: Fixed missing columns and tables required for upgrade. --- modules/system/system.install | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 4993b9d4b..73532e2eb 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2701,8 +2701,7 @@ function system_update_7038() { * page. */ function system_update_7039() { - db_add_field('menu_router', 'theme_callback', 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' => '')); + // Moved to update_fix_d7_requirements(). } /** @@ -2836,12 +2835,7 @@ function system_update_7042() { * Add a 'context' field to {menu_router} to control contextual placement of local tasks. */ function system_update_7043() { - db_add_field('menu_router', 'context', array( - 'description' => 'Only for local tasks (tabs) - the context of a local task to control its placement.', - 'type' => 'int', - 'not null' => TRUE, - 'default' => 0, - )); + // Moved to update_fix_d7_requirements(). } /** -- cgit v1.2.3