You need to include the new changelog file in your src/main/resources/config/liquibase/master.xml
file.
Next time you run the app, changes will be applied.
You can also update the database with the following maven task :
mvn liquibase:update
.
Here is the doc about using jhipster in development.