0
billyteng created
What is your product version? 10.1 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .net 5
After I downloaded latest version 10.1 and run Update-Database to create database, db is successfully created. Then I added modelBuilder.ChangeAbpTablePrefix<Tenant, Role, User>("") to remove abp prefix. I run Add-Migration "Remove_ABP_Prefix" first then run Update-Database. I got this screen shot errors. Do I need to change anything?
1 Answer(s)
-
0
Hi billyteng, This is a problem with EF Core. see:
One Solution:
- Delete all migration files in the Migrations folder.
- Regenerate a new migration.
- Run the Migrator program.