Usage sequence:
- Create docker images
docker-compose up --remove-orphans --force-recreate --build -d
- remove existing diff file under following location
db/changelog/changeSet/liquibase-diffChangeLog.xml
- execute pre-configured Diff task. This will generate diff file under following path
db/changelog/changeSet/liquibase-diffChangeLog.xml
Verify the one if needed - execute Run and Apply changelog task. This task will fire-up SpringBoot application and will apply liquibase diff file against postgres DB
- Check DB structure in Database tab of Intellij (use synchronise option on public schema and visualisation to get current DB representation)