]> git.mxchange.org Git - friendica.git/commitdiff
Add expected FULLTEXT index to profile table
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 23 Dec 2018 23:54:06 +0000 (18:54 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 23 Dec 2018 23:54:06 +0000 (18:54 -0500)
config/dbstructure.config.php

index ca34936065c30097f53bd253e1290e0d85603812..61f0780dc4419ad79d4a5422088af56535965c13 100644 (file)
@@ -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" => [