Update: Don't throw an error if the target field already exists
This commit is contained in:
parent
631095eefd
commit
84a340a064
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue