Closed senzacionale closed 6 years ago
See #29
This is not enough, By default you not support MSSQL. So if you change DB you also need to remove default migration files.
Solution after changing DB:
Remove:
dotnet ef database update 0
dotnet ef migrations remove
Create:
dotnet ef migrations add CreateIdentity -o Data/Migrations
Can you provide fix?