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