Rename IOqtaneDatabase interface (and related base class)
This commit is contained in:
@ -8,12 +8,12 @@ namespace Oqtane.Migrations
|
||||
{
|
||||
public abstract class MultiDatabaseMigration : Migration
|
||||
{
|
||||
protected MultiDatabaseMigration(IOqtaneDatabase database)
|
||||
protected MultiDatabaseMigration(IDatabase database)
|
||||
{
|
||||
ActiveDatabase = database;
|
||||
}
|
||||
|
||||
protected IOqtaneDatabase ActiveDatabase { get; }
|
||||
protected IDatabase ActiveDatabase { get; }
|
||||
|
||||
protected string RewriteName(string name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user