mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
New field "publish" for channels
This commit is contained in:
parent
08738e6551
commit
c4b85ef25a
11 changed files with 162 additions and 122 deletions
|
@ -19,6 +19,7 @@ Fields
|
|||
| 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 | |
|
||||
| publish | publish channel content | boolean | YES | | NULL | |
|
||||
|
||||
Indexes
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue