]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Make the user.legacy_password field boolean
[friendica.git] / src / Database / DBStructure.php
index 9dd5e5a515e3885b2a36cc8eca36be40adcd47d2..b3eed0dd1b14076907f18a5b74405a571add9022 100644 (file)
@@ -1708,7 +1708,7 @@ class DBStructure {
                                                "guid" => ["type" => "varchar(64)", "not null" => "1", "default" => "", "comment" => ""],
                                                "username" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "password" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
-                                               "legacy_password" => ["type" => "tinyint", "not null" => "1", "default" => "0", "comment" => "Is the password hash double-hashed?"],
+                                               "legacy_password" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Is the password hash double-hashed?"],
                                                "nickname" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "email" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "openid" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],