X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=update.php;h=83011108b539b6dcaafcd7b724e01d33bd9e4584;hb=7f515cdaa4074c2919e5117bc41c0b23ac74de27;hp=341ddf891e72d9cfa2af7f5fa604878987d697d1;hpb=34463f37e4a3226709853bd3e35e6c22da45502c;p=friendica.git diff --git a/update.php b/update.php index 341ddf891e..83011108b5 100644 --- a/update.php +++ b/update.php @@ -512,7 +512,7 @@ function update_1351() function pre_update_1354() { - if(DBStructure::existsColumn('contact', 'ffi_keyword_blacklist') + if (DBStructure::existsColumn('contact', ['ffi_keyword_blacklist']) && !DBA::e("ALTER TABLE `contact` CHANGE `ffi_keyword_blacklist` `ffi_keyword_denylist` text null")) { return Update::FAILED; }