fetch further information: it is now possible to define a blacklist for keywords for "fetch further information"
This commit is contained in:
parent
ec4e3d76bc
commit
691aa17025
6 changed files with 24 additions and 6 deletions
|
@ -462,6 +462,7 @@ function db_definition() {
|
|||
"bd" => array("type" => "date", "not null" => "1"),
|
||||
"notify_new_posts" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"fetch_further_information" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"ffi_keyword_blacklist" => array("type" => "mediumtext", "not null" => "1"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue