- ABP Framework version: vX.X.X 4.3.0
- UI type: Angular / MVC / Blazor : MVC
- DB provider: EF Core / MongoDB : EFCore Oracle
- Tiered (MVC) or Identity Server Separated (Angular): yes / no: Yes
- Exception message and stack trace:
- Steps to reproduce the issue: I am unable to find the tabeprefix.. for Indeity and Identity Server DB.. below is not class dbtable prefix not showing while set the
so both - prefix propeties are not same and not aplied while run the DB, we need this should be set and get while calling all
namespace Volo.Abp.Identity
{
public static class AbpIdentityDbProperties
{
public const string ConnectionStringName = "AbpIdentity";
public static string DbTablePrefix { get; set; }
public static string DbSchema { get; set; }
}
}