Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Update-Database -Migration A
  2.  
  3. Remove-Migration
  4.  
  5. The migration 'B' has already been applied to the database. Revert it and try again. If the migration has been applied to other databases, consider reverting its changes using a new migration.
  6.  
  7. dbContext.Seed();
  8.  
  9. context.Database.Migrate();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement