- Issue created by @nileema19
I use the Address module (version 2.0.2) on a Drupal 10 setup. While updating the database during the process of upgrading another module to a new version, I encountered the following error:
> [error] Cannot add field 'user__field_contact_address.field_contact_address_address_line3': field already exists.
> [error] Update failed: address_update_9201
.
.[error] Update aborted by: address_update_9201
[error] Finished performing updates.
To prevent this error from occurring, it would be beneficial to implement a verification check before adding a field to confirm whether the field already exists in address_update_9201 function (address.install)
Active
2.0
Code