function user_update_8016

Drop {users}.data column.

Related topics

File

drupal/core/modules/user/user.install, line 1026
Install, update and uninstall functions for the user module.

Code

function user_update_8016() {
  db_drop_field('users', 'data');
}