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

image.png

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


No answer yet!
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10