]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Fix a type / add "list" command to relay cli
[friendica.git] / static / dbstructure.config.php
index 23a299e65208cdf053765ea062b3844b798e9bbd..ea506b4a92c193b90365d24f75f8a7afb27f2fdb 100755 (executable)
@@ -54,7 +54,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1367);
+       define('DB_UPDATE_VERSION', 1368);
 }
 
 return [
@@ -857,6 +857,7 @@ return [
                "indexes" => [
                        "PRIMARY" => ["id"],
                        "uri-plink-hash" => ["UNIQUE", "uri-plink-hash"],
+                       "title-content-warning-body" => ["FULLTEXT", "title", "content-warning", "body"],
                        "uri" => ["uri(191)"],
                        "plink" => ["plink(191)"],
                        "uri-id" => ["uri-id"]