From bf13f06e6834d3ce2c7f201a1afae1650bc54cfa Mon Sep 17 00:00:00 2001 From: sbwalker Date: Thu, 25 Jan 2024 14:40:32 -0500 Subject: [PATCH] fix incorrect migration id --- .../Migrations/Tenant/05010003_AddProfileAutocomplete.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/Migrations/Tenant/05010003_AddProfileAutocomplete.cs b/Oqtane.Server/Migrations/Tenant/05010003_AddProfileAutocomplete.cs index e7a804e4..6ec00156 100644 --- a/Oqtane.Server/Migrations/Tenant/05010003_AddProfileAutocomplete.cs +++ b/Oqtane.Server/Migrations/Tenant/05010003_AddProfileAutocomplete.cs @@ -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)