function user_update_7001

7.x user.install user_update_7001()

Related topics

File

drupal-7.x/modules/user/user.install, line 466
Install, update and uninstall functions for the user module.

Code

function user_update_7001() {
  db_drop_field('users', 'threshold');
  db_drop_field('users', 'mode');
  db_drop_field('users', 'sort');
}