Base solution for your next web application
Open Closed

How can I remove the 'Abp' prefix on the SQL tables ? #7176


User avatar
0
[email protected] created

I am using version 7 of the Asp.Net Boilerplate with Dotnet Core & Angular. I am trying to remove the abp prefix from the tables.

This is my dbContext which is basically the default provided + projects table and the call to change tabledbprefix

When I run the migration I get the following error.

In SQL management studio I can see that the prefix have not been removed. This causes the seeder to fail when it tries to find the Editions in the first call. Do you guys have a fix or workaround for this ?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Do you re-add the migration when you call ChangeAbpTablePrefix?

    Add-migration something