I am currently having an issue where we only have a data read and data write user for the database, this now fails as a result of the Migration.Resolve method which is running on the ApplicationStarted method. Would the database migration not be related to each version of the package i.e. versions 1.1 would have migration1 already included in the package install therefore all the migrations would not need to be run at startup?
Thanks
Dale
I am currently having an issue where we only have a data read and data write user for the database, this now fails as a result of the Migration.Resolve method which is running on the ApplicationStarted method. Would the database migration not be related to each version of the package i.e. versions 1.1 would have migration1 already included in the package install therefore all the migrations would not need to be run at startup?
Thanks
Dale