db: drop unused columns from users table.
Note that the password_hash column was replaced by bcrypt_password_hash in 2013, but the old password_hash column was never dropped.
This commit is contained in:
@@ -32,7 +32,6 @@ private
|
||||
user.email = nil
|
||||
user.last_logged_in_at = nil
|
||||
user.last_forum_read_at = nil
|
||||
user.recent_tags = ''
|
||||
user.favorite_tags = ''
|
||||
user.blacklisted_tags = ''
|
||||
user.hide_deleted_posts = false
|
||||
|
||||
Reference in New Issue
Block a user