fix incorrect migration id
This commit is contained in:
parent
e62c529c1f
commit
bf13f06e68
@ -7,7 +7,7 @@ using Oqtane.Repository;
|
|||||||
namespace Oqtane.Migrations.Tenant
|
namespace Oqtane.Migrations.Tenant
|
||||||
{
|
{
|
||||||
[DbContext(typeof(TenantDBContext))]
|
[DbContext(typeof(TenantDBContext))]
|
||||||
[Migration("Tenant.05.00.01.03")]
|
[Migration("Tenant.05.01.00.03")]
|
||||||
public class AddProfileAutocomplete : MultiDatabaseMigration
|
public class AddProfileAutocomplete : MultiDatabaseMigration
|
||||||
{
|
{
|
||||||
public AddProfileAutocomplete(IDatabase database) : base(database)
|
public AddProfileAutocomplete(IDatabase database) : base(database)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user