]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
rework autocomplete: space after inserting contact without id
[friendica.git] / include / dbstructure.php
index 33e0c7dc8c10538a00daa3ce29004e9b39da48ef..e34e409023dc5918905eb3373951a5ebddd71402 100644 (file)
@@ -783,7 +783,6 @@ function db_definition() {
                                        "parent-uri" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "extid" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "thr-parent" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
-                                       "shadow" => array("type" => "int(10) unsigned", "not null" => "1", "default" => "0"),
                                        "created" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "edited" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "commented" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),