Rename IOqtaneDatabase interface (and related base class)
This commit is contained in:
@ -12,7 +12,7 @@ namespace Oqtane.Migrations
|
||||
[Migration("Tenant.02.00.00.01")]
|
||||
public class AddColumnToProfileAndUpdatePage : MultiDatabaseMigration
|
||||
{
|
||||
public AddColumnToProfileAndUpdatePage(IOqtaneDatabase database) : base(database)
|
||||
public AddColumnToProfileAndUpdatePage(IDatabase database) : base(database)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user