]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
Global is an integer, do not set it to an empty string
[friendica.git] / include / dbstructure.php
index 0fe157f329abab5282bacb8d052d380e827c765b..346920ab0702c0f4db80cf6891cccaffe55ec414 100644 (file)
@@ -840,10 +840,10 @@ function db_definition($charset) {
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
-                                       "nurl" => array("nurl(32)"),
-                                       "name" => array("name(32)"),
+                                       "nurl" => array("nurl(64)"),
+                                       "name" => array("name(64)"),
                                        "nick" => array("nick(32)"),
-                                       "addr" => array("addr(32)"),
+                                       "addr" => array("addr(64)"),
                                        "hide_network_updated" => array("hide", "network", "updated"),
                                        "updated" => array("updated"),
                                        )