- Issue created by @nileema19
- ๐บ๐ธUnited States fizzgig Raleigh, NC
I'm seeing this same issue. It's clear that there is no verification check being done before the column is added to tables.
- ๐จ๐ทCosta Rica estebanvalerio.h
estebanvalerio.h โ made their first commit to this issueโs fork.
- ๐จ๐ทCosta Rica estebanvalerio.h
I added a validation to the function on address.install file to avoid the error described.
This code uses the fieldExists() method to verify that the address_line3 column doesn't already exist before attempting to add it. This check is performed for both the base table and the revision table (if one exists).
This implementation correctly addresses the error mentioned and should prevent it from occurring during the update process.
I'm adding a patch with the same fix for quick checking purposes.