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