X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=f1b5dbaecf7a820d478abcfca64836c2a62db3e0;hb=51a6b0fcb61692128713f5a7c8d4beb324d9b7ee;hp=ba244e9a2ffb796e71fcfb9422e12b4279f997a1;hpb=62217735f041ceb447ccda8fd4e3b77624a9f482;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index ba244e9a2f..f1b5dbaecf 100755 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -54,7 +54,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1353); + define('DB_UPDATE_VERSION', 1354); } return [ @@ -181,7 +181,7 @@ return [ "bd" => ["type" => "date", "not null" => "1", "default" => DBA::NULL_DATE, "comment" => ""], "notify_new_posts" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""], "fetch_further_information" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => ""], - "ffi_keyword_blacklist" => ["type" => "text", "comment" => ""], + "ffi_keyword_denylist" => ["type" => "text", "comment" => ""], ], "indexes" => [ "PRIMARY" => ["id"],