]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
"about" and "location" is now included in global contacts as well.
[friendica.git] / include / dbstructure.php
index d0a7324e27b6d54dd6cf2f7d7365f1ab88acdd7e..bd4ecb789d0d6b2466cef650584a3e363f653970 100644 (file)
@@ -619,6 +619,8 @@ function db_definition() {
                                        "photo" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "connect" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "updated" => array("type" => "datetime", "default" => "0000-00-00 00:00:00"),
+                                       "location" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "about" => array("type" => "text", "not null" => "1"),
                                        "network" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        ),
                        "indexes" => array(