function user_update_7001
Related topics
Archivo
- drupal-7.x/
modules/ user/ user.install, line 466 - Install, update and uninstall functions for the user module.
Código
function user_update_7001() {
db_drop_field('users', 'threshold');
db_drop_field('users', 'mode');
db_drop_field('users', 'sort');
}