]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
There is now a "global" field in the item table that tells if this item is present...
[friendica.git] / include / dbstructure.php
index 630eb4fb290b4211fb562b6fbaa93998fdb493fa..c078e405102332ac32005e5653e45ead93190597 100644 (file)
@@ -778,6 +778,7 @@ function db_definition() {
                                        "network" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "rendered-hash" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
                                        "rendered-html" => array("type" => "mediumtext", "not null" => "1"),
+                                       "global" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),