]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
The item id is now stored in every notification as well
[friendica.git] / include / dbstructure.php
index 083255b8ae87ae4baf9ca612ec43c57500006922..354c06a43e9ff2c4b18da5fa03fb8f74bee6688c 100644 (file)
@@ -925,6 +925,7 @@ function db_definition() {
                                        "msg" => array("type" => "mediumtext", "not null" => "1"),
                                        "uid" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
                                        "link" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
+                                       "iid" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
                                        "parent" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
                                        "seen" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        "verb" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),