Rename contact table column to ffi_keyword_denylist

This commit is contained in:
Hypolite Petovan 2020-06-06 16:43:23 -04:00
parent 586eddbd1a
commit 34463f37e4
11 changed files with 28 additions and 17 deletions

View file

@ -67,6 +67,6 @@ Table contact
| bd | | date | NO | | 0001-01-01 | |
| notify_new_posts | | tinyint(1) | NO | | 0 | |
| fetch_further_information | | tinyint(1) | NO | | 0 | |
| ffi_keyword_blacklist | | mediumtext | NO | | NULL | |
| ffi_keyword_denylist | | mediumtext | NO | | NULL | |
Return to [database documentation](help/database)