]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Improve emoji federation and mastodon api compliance
[friendica.git] / static / dbstructure.config.php
index 22c399736c23dbea3920f89a381969baf12e284d..e0f98e97f854054329e47bbb877e3d6fcede8e77 100644 (file)
@@ -56,7 +56,7 @@ use Friendica\Database\DBA;
 
 // This file is required several times during the test in DbaDefinition which justifies this condition
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1535);
+       define('DB_UPDATE_VERSION', 1539);
 }
 
 return [
@@ -558,10 +558,11 @@ return [
                        "uid" => ["type" => "mediumint unsigned", "not null" => "1", "foreign" => ["user" => "uid"], "comment" => "User id"],
                        "label" => ["type" => "varchar(64)", "not null" => "1", "comment" => "Channel label"],
                        "description" => ["type" => "varchar(64)", "comment" => "Channel description"],
+                       "circle" => ["type" => "int", "comment" => "Circle or channel that this channel is based on"],
                        "access-key" => ["type" => "varchar(1)", "comment" => "Access key"],
-                       "include-tags" => ["type" => "varchar(255)", "comment" => "Comma separated list of tags that will be included in the channel"],
-                       "exclude-tags" => ["type" => "varchar(255)", "comment" => "Comma separated list of tags that aren't allowed in the channel"],
-                       "full-text-search" => ["type" => "varchar(255)", "comment" => "Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode"],
+                       "include-tags" => ["type" => "varchar(1023)", "comment" => "Comma separated list of tags that will be included in the channel"],
+                       "exclude-tags" => ["type" => "varchar(1023)", "comment" => "Comma separated list of tags that aren't allowed in the channel"],
+                       "full-text-search" => ["type" => "varchar(1023)", "comment" => "Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode"],
                        "media-type" => ["type" => "smallint unsigned", "comment" => "Filtered media types"],
                ],
                "indexes" => [