]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.config.php
Merge pull request #7089 from nupplaphil/task/mod_help
[friendica.git] / config / dbstructure.config.php
index e82c69664ad8dc2c73cd5830d3a7384466850572..3996205db0d50ad5d800b98719437c1afd05ca81 100755 (executable)
@@ -188,7 +188,7 @@ return [
                        "network" => ["type" => "char(4)", "not null" => "1", "default" => "", "comment" => "Network protocol of the contact"],
                        "name" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => "Name that this contact is known by"],
                        "nick" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => "Nick- and user name of the contact"],
-                       "location" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
+                       "location" => ["type" => "varchar(255)", "default" => "", "comment" => ""],
                        "about" => ["type" => "text", "comment" => ""],
                        "keywords" => ["type" => "text", "comment" => "public keywords (interests) of the contact"],
                        "gender" => ["type" => "varchar(32)", "not null" => "1", "default" => "", "comment" => ""],