]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #4942 from MrPetovan/task/import-post-ignored-contact
[friendica.git] / database.sql
index c4b93e2873bbb5f2cea9ee4081bdd78c69c6144a..aa87247db35c57dc2f68a079a1abe70995d28e6c 100644 (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 '',