Merge pull request #3685 from sbwalker/dev

fix incorrect migration id
This commit is contained in:
Shaun Walker 2024-01-25 14:40:48 -05:00 committed by GitHub
commit 719276b32a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ using Oqtane.Repository;
namespace Oqtane.Migrations.Tenant
{
[DbContext(typeof(TenantDBContext))]
[Migration("Tenant.05.00.01.03")]
[Migration("Tenant.05.01.00.03")]
public class AddProfileAutocomplete : MultiDatabaseMigration
{
public AddProfileAutocomplete(IDatabase database) : base(database)