]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
"last-child" is not used anymore
[friendica.git] / src / Database / DBStructure.php
index 91a8ffdaf5d8691b5f046971885831ae3ab4e8c1..973098d460ae717d258458ae94235ec693818285 100644 (file)
@@ -1175,7 +1175,6 @@ class DBStructure {
                                                "deleted" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
                                                "origin" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
                                                "forum_mode" => ["type" => "tinyint", "not null" => "1", "default" => "0", "comment" => ""],
-                                               "last-child" => ["type" => "boolean", "not null" => "1", "default" => "1", "comment" => ""],
                                                "mention" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
                                                "network" => ["type" => "varchar(32)", "not null" => "1", "default" => "", "comment" => ""],
                                                "rendered-hash" => ["type" => "varchar(32)", "not null" => "1", "default" => "", "comment" => ""],