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