Reputation: 2177
When I
yo jhipster:entity MyEntity
the generated code is taking no notice of the MyEntity table definition in db-changelog-002.xml. For example, I am expecting the fields on the table to be listed in the generated html. Instead I am getting the 3 default fields for id, text and date.
The db-changelog-002.xml file has been generated by Liquibase using their instructions for generating it from a fresh start. It looks fine as far as I can tell. I put it into the \src\main\resources\config\liquibase directory, along with db-changelog-001.xml
How can I debug? Are my expectations incorrect?
Upvotes: 0
Views: 1334
Reputation: 3688
Upvotes: 2