Remove SQL column legacy_password
This commit is contained in:
parent
cb26cd6d5d
commit
82f1f2f00e
5 changed files with 5 additions and 12 deletions
|
|
@ -1019,7 +1019,6 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`guid` varchar(64) NOT NULL DEFAULT '' COMMENT '',
|
||||
`username` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`password` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`legacy_password` boolean NOT NULL DEFAULT '0' COMMENT 'Is the password hash double-hashed?',
|
||||
`nickname` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`email` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`openid` varchar(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue