AbpHelper.GUI icon indicating copy to clipboard operation
AbpHelper.GUI copied to clipboard

Improve EF migration action.

Open gdlcf88 opened this issue 4 years ago • 0 comments

  1. "Migration Project Name" should be removed, and add a new checkbox group named "Host Projects":
    • HttpApi.Host project
    • Web.Unified project
    • Blazor.Server.Host project
  2. CRUD code generator should always skip DB migrations, when the abphelper generate crud command is done, run the abphelper ef migrations add command for each host project selected by the user.

gdlcf88 avatar Sep 14 '20 10:09 gdlcf88