From 5ecdbcdc7cbe5f9c0f56c226ebfd88ae00f241dd Mon Sep 17 00:00:00 2001 From: feijie Date: Tue, 10 Dec 2024 09:53:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20MySql=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=96=B9=E6=A1=88=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E8=BF=81=E7=A7=BB=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aspnet-core/LINGYUN.MicroService.SingleProject.sln | 4 ++++ .../appsettings.MySql.json | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 aspnet-core/LY.MicroService.Applications.Single.DbMigrator/appsettings.MySql.json diff --git a/aspnet-core/LINGYUN.MicroService.SingleProject.sln b/aspnet-core/LINGYUN.MicroService.SingleProject.sln index df82b0fb8..780eb5363 100644 --- a/aspnet-core/LINGYUN.MicroService.SingleProject.sln +++ b/aspnet-core/LINGYUN.MicroService.SingleProject.sln @@ -439,6 +439,10 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LINGYUN.Abp.AspNetCore.HttpOverrides", "framework\common\LINGYUN.Abp.AspNetCore.HttpOverrides\LINGYUN.Abp.AspNetCore.HttpOverrides.csproj", "{D67EBE62-C541-45E4-957E-D1D11BE74F68}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "single-project", "single-project", "{0D69B63D-F082-4D57-9FF0-355642C56993}" + ProjectSection(SolutionItems) = preProject + migrations\Migrate.ps1 = migrations\Migrate.ps1 + migrations\MigrateEn.ps1 = migrations\MigrateEn.ps1 + EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LY.MicroService.Applications.Single.EntityFrameworkCore", "migrations\LY.MicroService.Applications.Single.EntityFrameworkCore\LY.MicroService.Applications.Single.EntityFrameworkCore.csproj", "{7623D363-F0BD-400C-B8AB-3FD9699D92D9}" EndProject diff --git a/aspnet-core/LY.MicroService.Applications.Single.DbMigrator/appsettings.MySql.json b/aspnet-core/LY.MicroService.Applications.Single.DbMigrator/appsettings.MySql.json deleted file mode 100644 index d5a6142c5..000000000 --- a/aspnet-core/LY.MicroService.Applications.Single.DbMigrator/appsettings.MySql.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ConnectionStrings": { - "Default": "Server=localhost;Port=3306;Database=SingleService;Uid=root;Pwd=myPassword;", - "AbpAuditLogging": "Server=localhost;Port=3306;Database=SingleService_AuditLogs;Uid=root;Pwd=myPassword;", - "AbpFeatureManagement": "Server=localhost;Port=3306;Database=SingleService_Features;Uid=root;Pwd=myPassword;", - "AbpPermissionManagement": "Server=localhost;Port=3306;Database=SingleService_Permissions;Uid=root;Pwd=myPassword;", - "AbpSettingManagement": "Server=localhost;Port=3306;Database=SingleService_Settings;Uid=root;Pwd=myPassword;" - } -}