Open Closed

I tried to integrate CMS-kit pro into the administration-service of microservice solution, missing data migration script. #2927


User avatar
0
chenxm created
  • ABP Framework version: v5.2.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: missing data migration script.
  • Steps to reproduce the issue:"
  1. Enter the services/administration directory
  2. execute abp add-module Volo.CmsKit.Pro
  3. Add the following code to PreConfigureServices of AdministrationServiceDomainSharedModule :

`GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit => { cmsKit.EnableAll(); });

GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro => { cmsKitPro.EnableAll(); });`

  1. execute dotnet ef migrations add CreateCmsKitProEntities

I've tried to add it manually, and it's still the same.


No answer yet!
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11