X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=aa87247db35c57dc2f68a079a1abe70995d28e6c;hb=833fe0e0dc29d21585d0b52b4fe2095c63e3d8f3;hp=c4b93e2873bbb5f2cea9ee4081bdd78c69c6144a;hpb=82f1f2f00e4493c3d1d4ff1df9161cc0957defee;p=friendica.git diff --git a/database.sql b/database.sql index c4b93e2873..aa87247db3 100644 --- a/database.sql +++ b/database.sql @@ -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 '',