1
0
Fork 0

fetch further information: it is now possible to define a blacklist for keywords for "fetch further information"

This commit is contained in:
Michael Vogel 2014-10-30 00:24:23 +01:00
commit 691aa17025
6 changed files with 24 additions and 6 deletions

View file

@ -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"),