1- My application has been deployed in Development, Testing and Production environment.
2- I add a field in a table and also add this field in the corresponding form.
3- I deploy again the application to Development: no issue. The records are still present and the new field is present and empty.
4- I remove from Testing env. and deploy again in the Testing environment.
Unfortunately, the database schema is not updated in the Testing environment. I have this popup error message:
“Error 1054: Unknown column ‘Employe.Adresse’ in ‘field list’”.
I tried to deploy into Testing 3 times, still same issue.
Surprisingly, the Production deployment is done correctly: the field is added to the Form. Is there an issue with the Testing deployment?
Thank you!