function system_update_7064

Remove block_callback field from {menu_router}.

Related topics

File

drupal/modules/system/system.install, line 3043
Install, update and uninstall functions for the system module.

Code

function system_update_7064() {
  db_drop_field('menu_router', 'block_callback');
}