jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

Data Migrations Identities #1

Open danielpetisme opened 5 years ago

danielpetisme commented 5 years ago

Entity Framework proposes a Data Migration tool to generate the Fluent API version of the entity configuration (similar to liquibase changeset).

JHipster.Net should provide the classic JHipster Users (system, anonymous, user and admin) with the approriate roles though a dedicated Migration step.