]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.config.php
Add expected FULLTEXT index to profile table
[friendica.git] / 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" => [