]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #8895 from annando/performance
[friendica.git] / database.sql
index 2b6f69f48749f5a27817fb6d25db1654be832b6d..a988da7bfa1e729f0ea7a6f6794be5a915c47303 100644 (file)
@@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
        `bd` date NOT NULL DEFAULT '0001-01-01' COMMENT '',
        `notify_new_posts` boolean NOT NULL DEFAULT '0' COMMENT '',
        `fetch_further_information` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '',
-       `ffi_keyword_blacklist` text COMMENT '',
+       `ffi_keyword_denylist` text COMMENT '',
         PRIMARY KEY(`id`),
         INDEX `uid_name` (`uid`,`name`(190)),
         INDEX `self_uid` (`self`,`uid`),
@@ -1540,7 +1540,7 @@ CREATE VIEW `owner-view` AS SELECT
        `contact`.`bd` AS `bd`,
        `contact`.`notify_new_posts` AS `notify_new_posts`,
        `contact`.`fetch_further_information` AS `fetch_further_information`,
-       `contact`.`ffi_keyword_blacklist` AS `ffi_keyword_blacklist`,
+       `contact`.`ffi_keyword_denylist` AS `ffi_keyword_denylist`,
        `user`.`parent-uid` AS `parent-uid`,
        `user`.`guid` AS `guid`,
        `user`.`nickname` AS `nickname`,