As the title states, im running a deployment in which a column should be added to the upgrade script. However it doesnt upgrade the table with the new column. This results in a failed deployment.
What I did:
Validate, Run full creation and smoke test my development enviroment. I made sure the column exists and works.
Validate and check my Full create script in development. This contains the new column.
Set the correct SF_model_info
Deployment package
run the deployment.
Added the log for reference. Thanks in advance