My TEMP is for Dev environments only. I have a separate script that starts the migration, and running the program does not check them. Therefore, in an unexpected case, I was able to call Ignore<ContactView>()and perform migrations using this line. When it was completed, I deleted this line!
protected override void OnModelCreating(DbModelBuilder modelBuilder)
{
modelBuilder.Ignore<ContactView>();
}
source
share