Switch DBType to use the fully-qualified type name rather than a simple name
This commit is contained in:
@ -52,7 +52,7 @@ namespace Oqtane.Repository
|
||||
{
|
||||
if (Databases != null)
|
||||
{
|
||||
optionsBuilder.UseOqtaneDatabase(Databases.Single(d => d.Name == databaseType), connectionString);
|
||||
optionsBuilder.UseOqtaneDatabase(Databases.Single(d => d.TypeName == databaseType), connectionString);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user