From 7553706635c310a14018cec9da2692c41c28487c Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 3 Dec 2023 15:43:31 +0800 Subject: [PATCH] fix(migrations): fix #917 --- .../AuthServerDbMigrationService.cs | 2 +- .../BackendAdminDbMigrationService.cs | 2 +- .../IdentityServerDbMigrationService.cs | 2 +- .../LocalizationManagementDbMigrationService.cs | 2 +- .../PlatformDbMigrationService.cs | 2 +- .../RealtimeMessageDbMigrationService.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/AuthServerDbMigrationService.cs b/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/AuthServerDbMigrationService.cs index 6a02acd45..79ef3a66e 100644 --- a/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/AuthServerDbMigrationService.cs +++ b/aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/AuthServerDbMigrationService.cs @@ -51,7 +51,7 @@ public class AuthServerDbMigrationService : EfCoreRuntimeDbMigratorBase