X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=static%2Fdbstructure.config.php;h=4e478f0342461bcc919a61e72d23ba7845ed73ad;hb=b4572a529376bc9e2e1c5396a4061ac499d7d7e9;hp=4ed1e04a9bd3848fc472ed95f0c8d66c2e769837;hpb=353cd66b269d0d926eb88223939625e548184ff2;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 4ed1e04a9b..4e478f0342 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -55,7 +55,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1441); + define('DB_UPDATE_VERSION', 1442); } return [ @@ -782,7 +782,7 @@ 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" => [