1
0
Fork 0

Revert "Remove SQL column legacy_password"

This reverts commit 82f1f2f00e.
This commit is contained in:
Alexandre Alapetite 2018-04-15 10:51:22 +02:00
commit 991a3d959e
5 changed files with 12 additions and 5 deletions

View file

@ -1019,6 +1019,7 @@ 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 '',