John M
John M

Reputation: 1479

jhipster doesn't generate liquibase changelog for generated entities

I did the following:

So it seems like the step

 If you have used hot reload in the previous step, JHipster has automatically created a new file named src/main/resources/config/liquibase/changelog/db-changelog--002.xml.

from here hasn't really taken place.

What am I doing wrong?

What's the easiest way to manually invoke the generation of the db-changelog-002.xml; as I'm not keen in writing it manually, the entity class already has all the information.

Upvotes: 0

Views: 2273

Answers (1)

John M
John M

Reputation: 1479

This appears to be jhipster bug:

https://github.com/jhipster/generator-jhipster/issues/310

Upvotes: 1

Related Questions