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)
-
0
Hi @rachanee-mwp,
Is your database connection string correct?
-
1
I have found the solution. I must add MwpApplicationContractsModule as a DependsOn module of MwpDbMigratorModule.