0
I have an application developed with React + API with . NET Core where I use Entityframework to run database migrations. The applications and databases (one for each customer) are all in Azure. I’m struggling to think of a way to apply migrations when releasing a version of the API with bank changes in a way that has the least impact on customers. Someone has already had to do something similar and can give me a help/tip on a good way to perform the migrations without having to stop all customers for this?