sunpengfei
2025-08-21 8e2a25b07e8d4d003c61c8f7b9ee5e5e542371b4
FlexJobApi.EntityFramework.Core/Startup.cs
@@ -13,6 +13,7 @@
        {
            options.AddDbPool<DefaultDbContext>();
            options.AddDbPool<LogDbContext, LogDbContextLocator>();
            options.AddDbPool<HumanResourcesDbContext, HumanResourcesDbContextLocator>();
        }, "FlexJobApi.Database.Migrations");
    }
}