Remove the obsolete {session}.cache column.
Related topics
File
- drupal/core/modules/system/system.install, line 1321
- Install, update and uninstall functions for the system module.
Code
function system_update_8005() {
db_drop_field('session', 'cache');
}