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:
@@ -65,7 +65,6 @@ module Danbooru
|
||||
# user.can_upload_free = false
|
||||
# user.is_super_voter = false
|
||||
#
|
||||
# user.base_upload_limit = 10
|
||||
# user.comment_threshold = -1
|
||||
# user.blacklisted_tags = ["spoilers", "guro", "scat", "furry -rating:s"].join("\n")
|
||||
# user.default_image_size = "large"
|
||||
|
||||
Reference in New Issue
Block a user