function system_update_7052
Rename file to include_file in {menu_router} table.
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 2411 - Install, update and uninstall functions for the system module.
Código
function system_update_7052() {
db_change_field('menu_router', 'file', 'include_file', array('type' => 'text', 'size' => 'medium'));
}