Base solution for your next web application
Open Closed

UserLoginAttempt EF Migrations? #884


User avatar
0
billyb created

I can't seem to locate the Entity Framework migrations to create the new UserLoginAttempt table for 0.8.0.3.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Did you execute "Add-Migration" After upgrading Module Zero to 0.8.3. If you did, can you share the generated migration code ?

    Thanks.

  • User Avatar
    0
    paulbackhouse created

    I upgraded from 0.6.3.1 and .6.4.1 in my solution to 0.8.0.3 and it broke my package manager commands for EF (version 6.1.3)

    I got "The term 'Add-Migration' is not recognized as the name of a cmdlet" when trying to run add-migrations, are you using EF 7 or something?

    I am currently downgrading to version 0.7.0 to see if this will resolve it.

    It has not been a good morning so far :(

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    The error you are getting is probably related to Visual Studio. Try to close and reopen visual studio and run Add-Migration code again.