From: Hypolite Petovan Date: Sun, 23 Dec 2018 23:54:06 +0000 (-0500) Subject: Add expected FULLTEXT index to profile table X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c15fd9beb89a6cdb5a458a1086c46fbdeb88b1f3;p=friendica.git Add expected FULLTEXT index to profile table --- diff --git a/config/dbstructure.config.php b/config/dbstructure.config.php index ca34936065..61f0780dc4 100644 --- a/config/dbstructure.config.php +++ b/config/dbstructure.config.php @@ -34,7 +34,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1291); + define('DB_UPDATE_VERSION', 1292); } return [ @@ -1059,6 +1059,7 @@ return [ "indexes" => [ "PRIMARY" => ["id"], "uid_is-default" => ["uid", "is-default"], + "pub_keywords" => ["FULLTEXT", "pub_keywords"], ] ], "profile_check" => [