Open Closed

No data seeded to AbpPermissionGrants #134


User avatar
1
rachanee-mwp created

Hi dev team,

We are trying to isolate our changes from orginal generated code for ease of upgrading, by creating side projects and configure it to depends on the original module.

Unfortunately, when run Mwp.DbMigrator (side project), there was no records seeded to table AbpPermissionGrants as expected. Please suggest what should we do so that it seed data properly when running from side projects.


2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi @rachanee-mwp,

    Is your database connection string correct?

  • User Avatar
    1
    rachanee-mwp created

    I have found the solution. I must add MwpApplicationContractsModule as a DependsOn module of MwpDbMigratorModule.

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