fengling-platform/Fengling.Platform.Infrastructure
movingsam 396cb4010c
Some checks failed
Publish NuGet Packages / build (push) Failing after 20s
Publish NuGet Package / publish (push) Failing after 22s
refactor(migrations): 删除初始数据库迁移及OpenIddict表相关脚本
- 删除Initial迁移代码及其对应模型建表定义
- 移除相关的SQL迁移脚本,包括Initial和OpenIddict表的创建语句
- 清理所有与Initial迁移和OpenIddict相关的表结构和索引定义
- 该变更旨在重新规划数据库迁移结构和初始化过程
2026-03-01 00:21:35 +08:00
..
bin\Debug/net10.0 feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
Configurations refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00
Extensions.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
Fengling.Platform.Infrastructure.csproj refactor(migrations): 删除初始数据库迁移及OpenIddict表相关脚本 2026-03-01 00:21:35 +08:00
GlobalUsings.cs feat(auth): extract Tenant to Platform domain 2026-02-18 23:02:03 +08:00
IInstanceStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
InstanceStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
IRouteManager.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
IRouteStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
ITenantStore.cs 调整项目 2026-02-21 15:05:37 +08:00
PlatformDbContext.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
RouteManager.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
RouteStore.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
SeedData.cs feat[platform]: add fengling-api OAuth client for introspection 2026-02-21 16:43:26 +08:00
TenantManager.cs feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00
TenantStore.cs feat(platform): 增强 Infrastructure 层可扩展性,添加 NuGet 发布脚本与 CI/CD 2026-02-27 13:58:09 +08:00