]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Don't add already queued items from Diaspora to the queue again
[friendica.git] / src / Database / DBStructure.php
index 4c05782f178b118ef94d69fc5b65439f2ed49bcd..4cf96db260bf3491e63295acd4228b5e279a5a0b 100644 (file)
@@ -1551,6 +1551,7 @@ class DBStructure
                                                "id" => ["type" => "int", "not null" => "1", "extra" => "auto_increment", "primary" => "1", "comment" => ""],
                                                "cid" => ["type" => "int", "not null" => "1", "default" => "0", "relation" => ["contact" => "id"], "comment" => ""],
                                                "network" => ["type" => "varchar(32)", "not null" => "1", "default" => "", "comment" => ""],
+                                               "guid" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                                                "created" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => ""],
                                                "last" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => ""],
                                                "content" => ["type" => "mediumtext", "comment" => ""],