We are upgrading our installation of IdentityServer4 from 2.1.1 to 2.5.4 but are unsure on the best approach to update the existing database.
We have updated the nuget packages from 2.1.1 to 2.5.4 - IdentityServer4.EntityFramework - IdentityServer4.AsNetIdentity
We tried to add-migrations and generate the sql scripts dotnet ef migrations script -c configurationdbcontext -i -o confcontxt.sql
But it appears that the model changes does not result in the necessary sql (AlterTable ....)
What are we missing ?