From c15fd9beb89a6cdb5a458a1086c46fbdeb88b1f3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 23 Dec 2018 18:54:06 -0500 Subject: [PATCH] Add expected FULLTEXT index to profile table --- config/dbstructure.config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" => [