Fix 8742: The pre update is now executed

Bu işleme şunda yer alıyor:
Michael 2020-06-07 16:41:01 +00:00
ebeveyn 51a6b0fcb6
işleme 4c4f2c6a20
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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;
}