You are here

function login_history_update_2 in Login History 7

Remove this field.

File

./login_history.install, line 41
The login history install/uninstall code.

Code

function login_history_update_2() {
  db_drop_field('users', 'last_login');
}