]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
port hubzillas OpenWebAuth - rename verify table to openwebauth-token
[friendica.git] / src / Database / DBStructure.php
index 33babded93720d165ae2a3da07e6e05876c087e7..0d7ba49e424bb8099bb88deaa8d7c7d1c01e641c 100644 (file)
@@ -1818,8 +1818,8 @@ class DBStructure
                                                "PRIMARY" => ["uid", "iid"],
                                                ]
                                ];
-               $database["verify"] = [
-                               "comment" => "Store token to verify contacts",
+               $database["openwebauth-token"] = [
+                               "comment" => "Store OpenWebAuth token to verify contacts",
                                "fields" => [
                                                "id" => ["type" => "int(10)", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => "sequential ID"],
                                                "uid" => ["type" => "int(10) unsigned", "not null" => "1", "default" => "0", "relation" => ["user" => "uid"], "comment" => "User id"],