Update: Don't throw an error if the target field already exists

This commit is contained in:
Michael 2020-07-16 10:23:56 +00:00
parent 631095eefd
commit 84a340a064
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ function update_1351()
function pre_update_1354()
{
if (DBStructure::existsColumn('contact', ['ffi_keyword_blacklist'])
&& !DBStructure::existsColumn('contact', ['ffi_keyword_denylist'])
&& !DBA::e("ALTER TABLE `contact` CHANGE `ffi_keyword_blacklist` `ffi_keyword_denylist` text null")) {
return Update::FAILED;
}