Replies: 1 comment
-
hi
These files has purpose, you can't remove it, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the module template (
abp new MyProjectName -t module --create-solution-folder
),... it generates an HttpApi Host module (
/host/...HttpApi.Host
)... with files for Migrations DbContext and Migrations DbContext Factory (
/EntityFrameworkCore/...HttpApiHostMigrationsDbContext
and/EntityFrameworkCore/...HttpApiHostMigrationsDbContextFactory
)Is it okay to remove these files?
Beta Was this translation helpful? Give feedback.
All reactions