Activate dynamically registered Enova database

This commit is contained in:
2026-08-31 21:46:41 +00:00
parent af6466e2dc
commit e40f8ccdb1
7 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -256,6 +256,7 @@ public sealed class EnovaOrderAdapter : IEnovaOrderAdapter
var database = new MsSqlDatabase
{
Name = connection.DatabaseName,
Active = true,
UseConnectionString = true,
ConnectionString = connection.SqlConnectionString
};