Hi,
After creating a new project I tried adding the Blogging and Docs modules using abp add-module Volo.Blogging
and abp add-module Volo.Docs
Both ends with an error
No DbContext was found in assembly 'Project.DbMigrator'. Ensure that you're using the correct assembly and that the type is neither abstract nor generic.
When I run DbMigrator, data tables related to both the modules are not created.
Is there anything I can do to manually create these tables?
I am using Visual Studio for Mac
Thanks.