mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
Rename contact table column to ffi_keyword_denylist
This commit is contained in:
parent
586eddbd1a
commit
34463f37e4
11 changed files with 28 additions and 17 deletions
|
@ -54,7 +54,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1353);
|
||||
define('DB_UPDATE_VERSION', 1354);
|
||||
}
|
||||
|
||||
return [
|
||||
|
@ -181,7 +181,7 @@ return [
|
|||
"bd" => ["type" => "date", "not null" => "1", "default" => DBA::NULL_DATE, "comment" => ""],
|
||||
"notify_new_posts" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => ""],
|
||||
"fetch_further_information" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => ""],
|
||||
"ffi_keyword_blacklist" => ["type" => "text", "comment" => ""],
|
||||
"ffi_keyword_denylist" => ["type" => "text", "comment" => ""],
|
||||
],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["id"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue