Remove DbConfig and new constructors on DbContextBase and refactor Migrations to use explcit generation of IOqtaneDatabase instance
This commit is contained in:
@ -11,7 +11,7 @@ namespace Oqtane.Migrations
|
||||
[Migration("Tenant.02.00.00.01")]
|
||||
public class AddColumnToProfileAndUpdatePage : MultiDatabaseMigration
|
||||
{
|
||||
public AddColumnToProfileAndUpdatePage(IEnumerable<IOqtaneDatabase> databases) : base(databases)
|
||||
public AddColumnToProfileAndUpdatePage(IOqtaneDatabase database) : base(database)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user