Add a new entity using jhipster sub-generator
Replace the include tag with includeAll tag in master.xml
/includeAll path="classpath:config/liquibase/changelog/" />
3.5.1
.yo-rc.json
file generated in the root folderentityName.json
files generated in the .jhipster
directoryThat's a good idea but we would need first to ensure the alphabetical order for loading which is currently not the case for constraints changeset.
RIght and this could cause backward compatibility issues for existing projects. I prefer explicit order rather than implicit even though this is how Cassandra generator works but it is less used.
I didn't do it on purpose, because of the warning here: http://www.liquibase.org/documentation/includeall.html
Thanks for your opinion