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:
evazion
2019-11-16 19:34:30 -06:00
parent 90713ef94c
commit 364ecfe68f
6 changed files with 13 additions and 11 deletions

View File

@@ -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