Remove DbConfig and new constructors on DbContextBase and refactor Migrations to use explcit generation of IOqtaneDatabase instance
This commit is contained in:
@ -5,6 +5,6 @@ namespace Oqtane.Repository.Databases.Interfaces
|
||||
{
|
||||
public interface IMultiDatabase
|
||||
{
|
||||
public IEnumerable<IOqtaneDatabase> Databases { get; }
|
||||
public IOqtaneDatabase ActiveDatabase { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user