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