Base solution for your next web application
Open Closed

Error when removing table prefix in v10.1 #9972


User avatar
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)