I have a canvas app that sits atop a Dataverse database.
I have two environments Dev (unmanaged) and Prod (managed) and the solution (app and tables) is currently in both environments.
I promote my changes from Dev to Prod via a pipeline, no problem. But up to now all my changes have just been to the app.
My latest change in Dev required adding a new table to the Dataverse.
When I try to deploy the solution now (either via a pipeline or export/import) I get a validation error saying that the new table and all the columns etc are missing. Well yes, I was expecting the pipeline (or export/import) to create the new table.
Anyone else had/solved this problem? I just need to get my new table deployed from Dev to Prod so the app will continue to work.