]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Update DB version
[friendica.git] / static / dbstructure.config.php
index 6f19865073014dd52a0a13242614c3d89432e6d0..4e478f0342461bcc919a61e72d23ba7845ed73ad 100644 (file)
@@ -55,7 +55,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1439);
+       define('DB_UPDATE_VERSION', 1442);
 }
 
 return [
@@ -782,12 +782,13 @@ return [
                        "note" => ["type" => "text", "comment" => ""],
                        "hash" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""],
                        "datetime" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""],
-                       "blocked" => ["type" => "boolean", "not null" => "1", "default" => "1", "comment" => ""],
+                       "blocked" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "deprecated"],
                        "ignore" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
                ],
                "indexes" => [
                        "PRIMARY" => ["id"],
                        "contact-id" => ["contact-id"],
+                       "suggest-cid" => ["suggest-cid"],
                        "uid" => ["uid"],
                ]
        ],