]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_channel.md
Revert "Rename contact table column to ffi_keyword_denylist"
[friendica.git] / doc / database / db_channel.md
index 9b9486fa328c295222d2387c021d8306e3387425..8d307eee89a6e492e0448ed1b7a1d8a48623b53a 100644 (file)
@@ -18,6 +18,7 @@ Fields
 | exclude-tags     | Comma separated list of tags that aren't allowed in the channel                                   | varchar(1023)      | YES  |     | NULL    |                |
 | full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(1023)      | YES  |     | NULL    |                |
 | media-type       | Filtered media types                                                                              | smallint unsigned  | YES  |     | NULL    |                |
+| languages        | Desired languages                                                                                 | mediumtext         | YES  |     | NULL    |                |
 
 Indexes
 ------------